public static enum OneoffPatchSummary.LifecycleState extends Enum<OneoffPatchSummary.LifecycleState> implements BmcEnum
The current state of the one-off patch.
Enum Constant and Description |
---|
Available |
Creating |
Deleted |
Deleting |
Expired |
Failed |
Inactive |
Terminated |
Terminating |
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 OneoffPatchSummary.LifecycleState |
create(String key) |
String |
getValue() |
static OneoffPatchSummary.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OneoffPatchSummary.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OneoffPatchSummary.LifecycleState Creating
public static final OneoffPatchSummary.LifecycleState Available
public static final OneoffPatchSummary.LifecycleState Updating
public static final OneoffPatchSummary.LifecycleState Inactive
public static final OneoffPatchSummary.LifecycleState Failed
public static final OneoffPatchSummary.LifecycleState Expired
public static final OneoffPatchSummary.LifecycleState Deleting
public static final OneoffPatchSummary.LifecycleState Deleted
public static final OneoffPatchSummary.LifecycleState Terminating
public static final OneoffPatchSummary.LifecycleState Terminated
public static final OneoffPatchSummary.LifecycleState UnknownEnumValue
public static OneoffPatchSummary.LifecycleState[] values()
for (OneoffPatchSummary.LifecycleState c : OneoffPatchSummary.LifecycleState.values()) System.out.println(c);
public static OneoffPatchSummary.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 OneoffPatchSummary.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.