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