@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DrPlanLifecycleState extends Enum<DrPlanLifecycleState> implements BmcEnum
The lifecycle states of a DR plan. - CREATING - DR plan is being created. - UPDATING - DR plan is being updated. - ACTIVE - DR plan is active and available for operations. - INACTIVE - DR plan is inactive and is not available for operations. - DELETING - DR plan is being deleted. - DELETED - DR plan has been deleted. - FAILED - DR plan creation failed. - NEEDS_ATTENTION - DR plan has failed to update.
Enum Constant and Description |
---|
Active |
Creating |
Deleted |
Deleting |
Failed |
Inactive |
NeedsAttention |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Updating |
Modifier and Type | Method and Description |
---|---|
static DrPlanLifecycleState |
create(String key) |
String |
getValue() |
static DrPlanLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanLifecycleState Creating
public static final DrPlanLifecycleState Updating
public static final DrPlanLifecycleState Active
public static final DrPlanLifecycleState Inactive
public static final DrPlanLifecycleState Deleting
public static final DrPlanLifecycleState Deleted
public static final DrPlanLifecycleState Failed
public static final DrPlanLifecycleState NeedsAttention
public static final DrPlanLifecycleState UnknownEnumValue
public static DrPlanLifecycleState[] values()
for (DrPlanLifecycleState c : DrPlanLifecycleState.values()) System.out.println(c);
public static DrPlanLifecycleState 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 DrPlanLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.