Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static UpdateTypes |
UpdateTypes.create(String key) |
UpdateTypes |
SoftwarePackageSearchSummary.getAdvisoryType()
Type of the erratum.
|
UpdateTypes |
ErratumSummary.getAdvisoryType()
Type of the erratum.
|
UpdateTypes |
Erratum.getAdvisoryType()
Type of the erratum.
|
UpdateTypes |
WindowsUpdateSummary.getUpdateType()
The purpose of this update.
|
UpdateTypes |
AvailableUpdateSummary.getUpdateType()
The purpose of this update.
|
UpdateTypes |
AvailableWindowsUpdateSummary.getUpdateType()
The purpose of this update.
|
UpdateTypes |
WindowsUpdate.getUpdateType()
The purpose of this update.
|
UpdateTypes |
InstalledWindowsUpdateSummary.getUpdateType()
The purpose of this update.
|
static UpdateTypes |
UpdateTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTypes[] |
UpdateTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SoftwarePackageSearchSummary.Builder |
SoftwarePackageSearchSummary.Builder.advisoryType(UpdateTypes advisoryType)
Type of the erratum.
|
ErratumSummary.Builder |
ErratumSummary.Builder.advisoryType(UpdateTypes advisoryType)
Type of the erratum.
|
Erratum.Builder |
Erratum.Builder.advisoryType(UpdateTypes advisoryType)
Type of the erratum.
|
WindowsUpdateSummary.Builder |
WindowsUpdateSummary.Builder.updateType(UpdateTypes updateType)
The purpose of this update.
|
AvailableUpdateSummary.Builder |
AvailableUpdateSummary.Builder.updateType(UpdateTypes updateType)
The purpose of this update.
|
AvailableWindowsUpdateSummary.Builder |
AvailableWindowsUpdateSummary.Builder.updateType(UpdateTypes updateType)
The purpose of this update.
|
WindowsUpdate.Builder |
WindowsUpdate.Builder.updateType(UpdateTypes updateType)
The purpose of this update.
|
InstalledWindowsUpdateSummary.Builder |
InstalledWindowsUpdateSummary.Builder.updateType(UpdateTypes updateType)
The purpose of this update.
|
Constructor and Description |
---|
AvailableUpdateSummary(String displayName,
String name,
UpdateTypes updateType,
String type,
String installedVersion,
String availableVersion,
String architecture,
List<Id> errata,
List<String> relatedCves,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
AvailableWindowsUpdateSummary(String displayName,
String name,
UpdateTypes updateType,
IsEligibleForInstallation isEligibleForInstallation,
Boolean isRebootRequiredForInstallation)
Deprecated.
|
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.
|
ErratumSummary(String name,
String id,
String compartmentId,
String synopsis,
String issued,
String updated,
UpdateTypes advisoryType,
List<String> relatedCves)
Deprecated.
|
InstalledWindowsUpdateSummary(String displayName,
String name,
UpdateTypes updateType)
Deprecated.
|
SoftwarePackageSearchSummary(String displayName,
String name,
String type,
String version,
String architecture,
String summary,
UpdateTypes advisoryType,
List<Id> errata,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
WindowsUpdate(String displayName,
String name,
String description,
UpdateTypes updateType,
Long sizeInBytes,
IsEligibleForInstallation isEligibleForInstallation,
List<WindowsUpdate.InstallationRequirements> installationRequirements,
Boolean isRebootRequiredForInstallation,
List<String> kbArticleIds)
Deprecated.
|
WindowsUpdateSummary(String displayName,
String name,
UpdateTypes updateType,
IsEligibleForInstallation installable,
Boolean isRebootRequiredForInstallation)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.