public static enum MaintenanceRunSummary.PatchingMode extends Enum<MaintenanceRunSummary.PatchingMode> implements BmcEnum
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”. Default value is ROLLING.
IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
Enum Constant and Description |
---|
Nonrolling |
Rolling |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MaintenanceRunSummary.PatchingMode |
create(String key) |
String |
getValue() |
static MaintenanceRunSummary.PatchingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceRunSummary.PatchingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceRunSummary.PatchingMode Rolling
public static final MaintenanceRunSummary.PatchingMode Nonrolling
public static final MaintenanceRunSummary.PatchingMode UnknownEnumValue
public static MaintenanceRunSummary.PatchingMode[] values()
for (MaintenanceRunSummary.PatchingMode c : MaintenanceRunSummary.PatchingMode.values()) System.out.println(c);
public static MaintenanceRunSummary.PatchingMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MaintenanceRunSummary.PatchingMode create(String key)
Copyright © 2016–2024. All rights reserved.