public static enum HsmCluster.LifecycleState extends Enum<HsmCluster.LifecycleState> implements BmcEnum
The HSMCluster’s current state.
Example: ACTIVE
Enum Constant and Description |
---|
Activating |
ActivationRequired |
Active |
CancellingDeletion |
Creating |
Deleted |
Deleting |
InitializationRequired |
Initializing |
PendingDeletion |
SchedulingDeletion |
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 HsmCluster.LifecycleState |
create(String key) |
String |
getValue() |
static HsmCluster.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsmCluster.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HsmCluster.LifecycleState Creating
public static final HsmCluster.LifecycleState InitializationRequired
public static final HsmCluster.LifecycleState Initializing
public static final HsmCluster.LifecycleState ActivationRequired
public static final HsmCluster.LifecycleState Activating
public static final HsmCluster.LifecycleState Active
public static final HsmCluster.LifecycleState Deleting
public static final HsmCluster.LifecycleState Deleted
public static final HsmCluster.LifecycleState PendingDeletion
public static final HsmCluster.LifecycleState SchedulingDeletion
public static final HsmCluster.LifecycleState CancellingDeletion
public static final HsmCluster.LifecycleState UnknownEnumValue
public static HsmCluster.LifecycleState[] values()
for (HsmCluster.LifecycleState c : HsmCluster.LifecycleState.values()) System.out.println(c);
public static HsmCluster.LifecycleState 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 HsmCluster.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.