@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DrPlanExecutionLifecycleState extends Enum<DrPlanExecutionLifecycleState> implements BmcEnum
The lifecycle states of a DR plan execution. - ACCEPTED - DR plan execution has been accepted. - IN_PROGRESS - DR plan execution is in progress. - WAITING - DR plan execution is waiting for user action. - CANCELING - DR plan execution is being canceled. - CANCELED - DR plan execution has been canceled. - SUCCEEDED - DR plan execution has succeeded. - FAILED - DR plan execution has failed. - DELETING - DR plan execution is being deleted. - DELETED - DR plan execution has been deleted. - PAUSING - DR plan execution is being paused. - PAUSED - DR plan execution has been paused. - RESUMING - DR plan execution is resuming.
Enum Constant and Description |
---|
Accepted |
Canceled |
Canceling |
Deleted |
Deleting |
Failed |
InProgress |
Paused |
Pausing |
Resuming |
Succeeded |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Waiting |
Modifier and Type | Method and Description |
---|---|
static DrPlanExecutionLifecycleState |
create(String key) |
String |
getValue() |
static DrPlanExecutionLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanExecutionLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanExecutionLifecycleState Accepted
public static final DrPlanExecutionLifecycleState InProgress
public static final DrPlanExecutionLifecycleState Waiting
public static final DrPlanExecutionLifecycleState Canceling
public static final DrPlanExecutionLifecycleState Canceled
public static final DrPlanExecutionLifecycleState Succeeded
public static final DrPlanExecutionLifecycleState Failed
public static final DrPlanExecutionLifecycleState Deleting
public static final DrPlanExecutionLifecycleState Deleted
public static final DrPlanExecutionLifecycleState Pausing
public static final DrPlanExecutionLifecycleState Paused
public static final DrPlanExecutionLifecycleState Resuming
public static final DrPlanExecutionLifecycleState UnknownEnumValue
public static DrPlanExecutionLifecycleState[] values()
for (DrPlanExecutionLifecycleState c : DrPlanExecutionLifecycleState.values()) System.out.println(c);
public static DrPlanExecutionLifecycleState 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 DrPlanExecutionLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.