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