Package com.oracle.bmc.database.model
Enum VmClusterUpdateDetails.UpdateMode
- java.lang.Object
-
- java.lang.Enum<VmClusterUpdateDetails.UpdateMode>
-
- com.oracle.bmc.database.model.VmClusterUpdateDetails.UpdateMode
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<VmClusterUpdateDetails.UpdateMode>
- Enclosing class:
- VmClusterUpdateDetails
public static enum VmClusterUpdateDetails.UpdateMode extends Enum<VmClusterUpdateDetails.UpdateMode> implements BmcEnum
The update mode to perform for OS Update.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FullUpdateOnlineAllcvssOnlineAllUpdatesOnlineHighcvssPendingUpdates
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmClusterUpdateDetails.UpdateModecreate(String key)StringgetValue()static VmClusterUpdateDetails.UpdateModevalueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterUpdateDetails.UpdateMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OnlineHighcvss
public static final VmClusterUpdateDetails.UpdateMode OnlineHighcvss
-
OnlineAllcvss
public static final VmClusterUpdateDetails.UpdateMode OnlineAllcvss
-
OnlineAllUpdates
public static final VmClusterUpdateDetails.UpdateMode OnlineAllUpdates
-
PendingUpdates
public static final VmClusterUpdateDetails.UpdateMode PendingUpdates
-
FullUpdate
public static final VmClusterUpdateDetails.UpdateMode FullUpdate
-
-
Method Detail
-
values
public static VmClusterUpdateDetails.UpdateMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (VmClusterUpdateDetails.UpdateMode c : VmClusterUpdateDetails.UpdateMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VmClusterUpdateDetails.UpdateMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static VmClusterUpdateDetails.UpdateMode create(String key)
-
-