Package | Description |
---|---|
com.oracle.bmc.osmanagement | |
com.oracle.bmc.osmanagement.model | |
com.oracle.bmc.osmanagement.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<SoftwarePackageSummary> |
OsManagementPaginators.listSoftwareSourcePackagesRecordIterator(ListSoftwareSourcePackagesRequest request)
Creates a new iterable which will iterate over the
SoftwarePackageSummary objects contained in responses from
the listSoftwareSourcePackages operation. |
Modifier and Type | Method and Description |
---|---|
SoftwarePackageSummary |
SoftwarePackageSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SoftwarePackageSummary> |
Erratum.getPackages()
list of Packages affected by this erratum
|
Modifier and Type | Method and Description |
---|---|
SoftwarePackageSummary.Builder |
SoftwarePackageSummary.Builder.copy(SoftwarePackageSummary model) |
Modifier and Type | Method and Description |
---|---|
Erratum.Builder |
Erratum.Builder.packages(List<SoftwarePackageSummary> packages)
list of Packages affected by this erratum
|
Constructor and Description |
---|
Erratum(String name,
String id,
String compartmentId,
String synopsis,
String issued,
String description,
String updated,
UpdateTypes advisoryType,
String from,
String solution,
String references,
List<Id> affectedInstances,
List<String> relatedCves,
List<Id> softwareSources,
List<SoftwarePackageSummary> packages)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SoftwarePackageSummary> |
ListSoftwareSourcePackagesResponse.getItems()
A list of
com.oracle.bmc.osmanagement.model.SoftwarePackageSummary instances. |
Modifier and Type | Method and Description |
---|---|
ListSoftwareSourcePackagesResponse.Builder |
ListSoftwareSourcePackagesResponse.Builder.items(List<SoftwarePackageSummary> items)
A list of
com.oracle.bmc.osmanagement.model.SoftwarePackageSummary instances. |
Copyright © 2016–2024. All rights reserved.