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