Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.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,
SoftwarePackageArchitecture architecture,
String lastModifiedDate,
String checksum,
String checksumType,
String description,
Long sizeInBytes,
List<SoftwarePackageDependency> dependencies,
List<SoftwarePackageFile> files,
List<SoftwareSourceDetails> softwareSources,
Boolean isLatest,
List<OsFamily> osFamilies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.