@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DrPlanStepExecutionStatus extends Enum<DrPlanStepExecutionStatus> implements BmcEnum
The execution statuses for a DR plan step. - QUEUED - DR plan step execution has been queued. - DISABLED - DR plan step execution has been disabled. - IN_PROGRESS - DR plan step execution is in progress. - SUCCEEDED - DR plan step execution has succeeded. - FAILED - DR plan step execution has failed. - FAILED_IGNORED - DR plan step execution has failed, but was ignored. - TIMED_OUT - DR plan step execution has timed out. - TIMED_OUT_IGNORED - DR plan step execution has timed out, but was ignored. - PAUSED - DR plan step execution has paused. - CANCELED - DR plan step execution has been canceled.
Enum Constant and Description |
---|
Canceled |
Disabled |
Failed |
FailedIgnored |
InProgress |
Paused |
Queued |
Succeeded |
TimedOut |
TimedOutIgnored |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DrPlanStepExecutionStatus |
create(String key) |
String |
getValue() |
static DrPlanStepExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanStepExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanStepExecutionStatus Queued
public static final DrPlanStepExecutionStatus Disabled
public static final DrPlanStepExecutionStatus InProgress
public static final DrPlanStepExecutionStatus Succeeded
public static final DrPlanStepExecutionStatus Failed
public static final DrPlanStepExecutionStatus FailedIgnored
public static final DrPlanStepExecutionStatus TimedOut
public static final DrPlanStepExecutionStatus TimedOutIgnored
public static final DrPlanStepExecutionStatus Paused
public static final DrPlanStepExecutionStatus Canceled
public static final DrPlanStepExecutionStatus UnknownEnumValue
public static DrPlanStepExecutionStatus[] values()
for (DrPlanStepExecutionStatus c : DrPlanStepExecutionStatus.values()) System.out.println(c);
public static DrPlanStepExecutionStatus 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 DrPlanStepExecutionStatus create(String key)
Copyright © 2016–2024. All rights reserved.