public static enum UpdateMaintenanceRunDetails.PatchingMode extends Enum<UpdateMaintenanceRunDetails.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 |
Modifier and Type | Method and Description |
---|---|
static UpdateMaintenanceRunDetails.PatchingMode |
create(String key) |
String |
getValue() |
static UpdateMaintenanceRunDetails.PatchingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMaintenanceRunDetails.PatchingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateMaintenanceRunDetails.PatchingMode Rolling
public static final UpdateMaintenanceRunDetails.PatchingMode Nonrolling
public static UpdateMaintenanceRunDetails.PatchingMode[] values()
for (UpdateMaintenanceRunDetails.PatchingMode c : UpdateMaintenanceRunDetails.PatchingMode.values()) System.out.println(c);
public static UpdateMaintenanceRunDetails.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 UpdateMaintenanceRunDetails.PatchingMode create(String key)
Copyright © 2016–2024. All rights reserved.