@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DrPlanLifecycleSubState extends Enum<DrPlanLifecycleSubState> implements BmcEnum
The secondary lifecycle states of a DR plan. Provides information in addition to the lifecycle state. - NEEDS_REFRESH - The DR plan needs a refresh. - NEEDS_VERIFICATION - The DR plan needs verification. - REFRESHING - The DR plan is being updated due to a plan refresh. - VERIFYING - The DR plan is being updated due to a plan verification.
Enum Constant and Description |
---|
NeedsRefresh |
NeedsVerification |
Refreshing |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Verifying |
Modifier and Type | Method and Description |
---|---|
static DrPlanLifecycleSubState |
create(String key) |
String |
getValue() |
static DrPlanLifecycleSubState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanLifecycleSubState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanLifecycleSubState NeedsRefresh
public static final DrPlanLifecycleSubState NeedsVerification
public static final DrPlanLifecycleSubState Refreshing
public static final DrPlanLifecycleSubState Verifying
public static final DrPlanLifecycleSubState UnknownEnumValue
public static DrPlanLifecycleSubState[] values()
for (DrPlanLifecycleSubState c : DrPlanLifecycleSubState.values()) System.out.println(c);
public static DrPlanLifecycleSubState 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 DrPlanLifecycleSubState create(String key)
Copyright © 2016–2024. All rights reserved.