Enum WorkRequestOperationType
- java.lang.Object
-
- java.lang.Enum<WorkRequestOperationType>
-
- com.oracle.bmc.containerengine.model.WorkRequestOperationType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<WorkRequestOperationType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20180222") public enum WorkRequestOperationType extends Enum<WorkRequestOperationType> implements BmcEnum
The types of work request operations.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ClusterCreate
ClusterDelete
ClusterUpdate
CreateNamespace
DisableAddon
EnableAddon
NodepoolCreate
NodepoolCycling
NodepoolDelete
NodepoolReconcile
NodepoolUpdate
ReconcileAddon
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdateAddon
VirtualnodeDelete
VirtualnodepoolCreate
VirtualnodepoolDelete
VirtualnodepoolUpdate
WorkrequestCancel
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkRequestOperationType
create(String key)
String
getValue()
static WorkRequestOperationType
valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestOperationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ClusterCreate
public static final WorkRequestOperationType ClusterCreate
-
ClusterUpdate
public static final WorkRequestOperationType ClusterUpdate
-
ClusterDelete
public static final WorkRequestOperationType ClusterDelete
-
CreateNamespace
public static final WorkRequestOperationType CreateNamespace
-
NodepoolCreate
public static final WorkRequestOperationType NodepoolCreate
-
NodepoolUpdate
public static final WorkRequestOperationType NodepoolUpdate
-
NodepoolDelete
public static final WorkRequestOperationType NodepoolDelete
-
NodepoolReconcile
public static final WorkRequestOperationType NodepoolReconcile
-
NodepoolCycling
public static final WorkRequestOperationType NodepoolCycling
-
WorkrequestCancel
public static final WorkRequestOperationType WorkrequestCancel
-
VirtualnodepoolCreate
public static final WorkRequestOperationType VirtualnodepoolCreate
-
VirtualnodepoolUpdate
public static final WorkRequestOperationType VirtualnodepoolUpdate
-
VirtualnodepoolDelete
public static final WorkRequestOperationType VirtualnodepoolDelete
-
VirtualnodeDelete
public static final WorkRequestOperationType VirtualnodeDelete
-
EnableAddon
public static final WorkRequestOperationType EnableAddon
-
UpdateAddon
public static final WorkRequestOperationType UpdateAddon
-
DisableAddon
public static final WorkRequestOperationType DisableAddon
-
ReconcileAddon
public static final WorkRequestOperationType ReconcileAddon
-
UnknownEnumValue
public static final WorkRequestOperationType 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 WorkRequestOperationType[] 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 (WorkRequestOperationType c : WorkRequestOperationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WorkRequestOperationType 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 WorkRequestOperationType create(String key)
-
-