public static enum InstanceAgentCommandExecution.LifecycleState extends Enum<InstanceAgentCommandExecution.LifecycleState> implements BmcEnum
command execution life cycle state. * ACCEPTED
- The command execution has been
accepted to run. * IN_PROGRESS
- The command execution is in progress. * SUCCEEDED
- The command execution is successful. * FAILED
- The command execution
has failed. * TIMED_OUT
- The command execution has timedout. * CANCELED
-
The command execution has canceled.
Enum Constant and Description |
---|
Accepted |
Canceled |
Failed |
InProgress |
Succeeded |
TimedOut |
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 InstanceAgentCommandExecution.LifecycleState |
create(String key) |
String |
getValue() |
static InstanceAgentCommandExecution.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAgentCommandExecution.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAgentCommandExecution.LifecycleState Accepted
public static final InstanceAgentCommandExecution.LifecycleState InProgress
public static final InstanceAgentCommandExecution.LifecycleState Succeeded
public static final InstanceAgentCommandExecution.LifecycleState Failed
public static final InstanceAgentCommandExecution.LifecycleState TimedOut
public static final InstanceAgentCommandExecution.LifecycleState Canceled
public static final InstanceAgentCommandExecution.LifecycleState UnknownEnumValue
public static InstanceAgentCommandExecution.LifecycleState[] values()
for (InstanceAgentCommandExecution.LifecycleState c : InstanceAgentCommandExecution.LifecycleState.values()) System.out.println(c);
public static InstanceAgentCommandExecution.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 InstanceAgentCommandExecution.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.