Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
SoftwarePackageFile |
SoftwarePackageFile.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SoftwarePackageFile> |
SoftwarePackage.getFiles()
list of files for the software package
|
Modifier and Type | Method and Description |
---|---|
SoftwarePackageFile.Builder |
SoftwarePackageFile.Builder.copy(SoftwarePackageFile model) |
Modifier and Type | Method and Description |
---|---|
SoftwarePackage.Builder |
SoftwarePackage.Builder.files(List<SoftwarePackageFile> files)
list of files for the software package
|
Constructor and Description |
---|
SoftwarePackage(String displayName,
String name,
String type,
String version,
String architecture,
String lastModifiedDate,
String checksum,
String checksumType,
String description,
Long sizeInBytes,
List<SoftwarePackageDependency> dependencies,
List<SoftwarePackageFile> files,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.