@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public enum OperatorControlAssignmentLifecycleStates extends Enum<OperatorControlAssignmentLifecycleStates> implements BmcEnum
Possible lifecycle states for an operator control assignment.
Enum Constant and Description |
---|
Applied |
Applyfailed |
Created |
Deleted |
Deleting |
Deletionfailed |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Updatefailed |
Updating |
Modifier and Type | Method and Description |
---|---|
static OperatorControlAssignmentLifecycleStates |
create(String key) |
String |
getValue() |
static OperatorControlAssignmentLifecycleStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorControlAssignmentLifecycleStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorControlAssignmentLifecycleStates Created
public static final OperatorControlAssignmentLifecycleStates Applied
public static final OperatorControlAssignmentLifecycleStates Applyfailed
public static final OperatorControlAssignmentLifecycleStates Updating
public static final OperatorControlAssignmentLifecycleStates Updatefailed
public static final OperatorControlAssignmentLifecycleStates Deleting
public static final OperatorControlAssignmentLifecycleStates Deleted
public static final OperatorControlAssignmentLifecycleStates Deletionfailed
public static final OperatorControlAssignmentLifecycleStates UnknownEnumValue
public static OperatorControlAssignmentLifecycleStates[] values()
for (OperatorControlAssignmentLifecycleStates c : OperatorControlAssignmentLifecycleStates.values()) System.out.println(c);
public static OperatorControlAssignmentLifecycleStates 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 OperatorControlAssignmentLifecycleStates create(String key)
Copyright © 2016–2024. All rights reserved.