Package com.oracle.bmc.database.model
Enum Update.LastUpdateMode
- java.lang.Object
-
- java.lang.Enum<Update.LastUpdateMode>
-
- com.oracle.bmc.database.model.Update.LastUpdateMode
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<Update.LastUpdateMode>
- Enclosing class:
- Update
public static enum Update.LastUpdateMode extends Enum<Update.LastUpdateMode> implements BmcEnum
The previous update mode performed (only valid for OS Updates).
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FullUpdateOnlineAllcvssOnlineAllUpdatesOnlineHighcvssPendingUpdatesUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Update.LastUpdateModecreate(String key)StringgetValue()static Update.LastUpdateModevalueOf(String name)Returns the enum constant of this type with the specified name.static Update.LastUpdateMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OnlineHighcvss
public static final Update.LastUpdateMode OnlineHighcvss
-
OnlineAllcvss
public static final Update.LastUpdateMode OnlineAllcvss
-
OnlineAllUpdates
public static final Update.LastUpdateMode OnlineAllUpdates
-
PendingUpdates
public static final Update.LastUpdateMode PendingUpdates
-
FullUpdate
public static final Update.LastUpdateMode FullUpdate
-
UnknownEnumValue
public static final Update.LastUpdateMode UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static Update.LastUpdateMode[] 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 (Update.LastUpdateMode c : Update.LastUpdateMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Update.LastUpdateMode 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 Update.LastUpdateMode create(String key)
-
-