| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model | |
| com.oracle.bmc.osmanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
static IsEligibleForInstallation |
IsEligibleForInstallation.create(String key) |
IsEligibleForInstallation |
WindowsUpdateSummary.getInstallable()
Indicates whether the update can be installed using OSMS.
|
IsEligibleForInstallation |
WindowsUpdate.getIsEligibleForInstallation()
Indicates whether the update can be installed using OSMS.
|
IsEligibleForInstallation |
AvailableWindowsUpdateSummary.getIsEligibleForInstallation()
Indicates whether the update can be installed using OSMS.
|
static IsEligibleForInstallation |
IsEligibleForInstallation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsEligibleForInstallation[] |
IsEligibleForInstallation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsUpdateSummary.Builder |
WindowsUpdateSummary.Builder.installable(IsEligibleForInstallation installable) |
WindowsUpdate.Builder |
WindowsUpdate.Builder.isEligibleForInstallation(IsEligibleForInstallation isEligibleForInstallation) |
AvailableWindowsUpdateSummary.Builder |
AvailableWindowsUpdateSummary.Builder.isEligibleForInstallation(IsEligibleForInstallation isEligibleForInstallation) |
| Constructor and Description |
|---|
AvailableWindowsUpdateSummary(String displayName,
String name,
UpdateTypes updateType,
IsEligibleForInstallation isEligibleForInstallation,
Boolean isRebootRequiredForInstallation)
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.
|
| Modifier and Type | Method and Description |
|---|---|
IsEligibleForInstallation |
ListAvailableWindowsUpdatesForManagedInstanceRequest.getIsEligibleForInstallation()
Indicator of whether the update can be installed using OSMS.
|
| Modifier and Type | Method and Description |
|---|---|
ListAvailableWindowsUpdatesForManagedInstanceRequest.Builder |
ListAvailableWindowsUpdatesForManagedInstanceRequest.Builder.isEligibleForInstallation(IsEligibleForInstallation isEligibleForInstallation) |
Copyright © 2016–2021. All rights reserved.