| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUpdate.InstallationRequirements |
WindowsUpdate.InstallationRequirements.create(String key) |
static WindowsUpdate.InstallationRequirements |
WindowsUpdate.InstallationRequirements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsUpdate.InstallationRequirements[] |
WindowsUpdate.InstallationRequirements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WindowsUpdate.InstallationRequirements> |
WindowsUpdate.getInstallationRequirements()
List of requirements forinstalling on a managed instances
|
| Modifier and Type | Method and Description |
|---|---|
WindowsUpdate.Builder |
WindowsUpdate.Builder.installationRequirements(List<WindowsUpdate.InstallationRequirements> installationRequirements)
List of requirements forinstalling on a managed instances
|
| Constructor and Description |
|---|
WindowsUpdate(String displayName,
String name,
String description,
UpdateTypes updateType,
Long sizeInBytes,
IsEligibleForInstallation isEligibleForInstallation,
List<WindowsUpdate.InstallationRequirements> installationRequirements,
Boolean isRebootRequiredForInstallation,
List<String> kbArticleIds)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.