public static enum VmClusterUpdateDetails.UpdateAction extends Enum<VmClusterUpdateDetails.UpdateAction> implements BmcEnum
The update action to perform.
Enum Constant and Description |
---|
Precheck |
Rollback |
RollingApply |
Modifier and Type | Method and Description |
---|---|
static VmClusterUpdateDetails.UpdateAction |
create(String key) |
String |
getValue() |
static VmClusterUpdateDetails.UpdateAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmClusterUpdateDetails.UpdateAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmClusterUpdateDetails.UpdateAction RollingApply
public static final VmClusterUpdateDetails.UpdateAction Precheck
public static final VmClusterUpdateDetails.UpdateAction Rollback
public static VmClusterUpdateDetails.UpdateAction[] values()
for (VmClusterUpdateDetails.UpdateAction c : VmClusterUpdateDetails.UpdateAction.values()) System.out.println(c);
public static VmClusterUpdateDetails.UpdateAction 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 VmClusterUpdateDetails.UpdateAction create(String key)
Copyright © 2016–2024. All rights reserved.