public static enum InstanceAgentCommandExecution.DeliveryState extends Enum<InstanceAgentCommandExecution.DeliveryState> implements BmcEnum
Specifies the command delivery state. * VISIBLE
- The command is visible to instance.
PENDING
- The command is pending ack from the instance. * ACKED
- The
command has been received and acked by the instance. * ACKED_CANCELED
- The canceled
command has been received and acked by the instance. * EXPIRED
- The instance has not
requested for commands and its delivery has expired.Enum Constant and Description |
---|
Acked |
AckedCanceled |
Expired |
Pending |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Visible |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommandExecution.DeliveryState |
create(String key) |
String |
getValue() |
static InstanceAgentCommandExecution.DeliveryState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAgentCommandExecution.DeliveryState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAgentCommandExecution.DeliveryState Visible
public static final InstanceAgentCommandExecution.DeliveryState Pending
public static final InstanceAgentCommandExecution.DeliveryState Acked
public static final InstanceAgentCommandExecution.DeliveryState AckedCanceled
public static final InstanceAgentCommandExecution.DeliveryState Expired
public static final InstanceAgentCommandExecution.DeliveryState UnknownEnumValue
public static InstanceAgentCommandExecution.DeliveryState[] values()
for (InstanceAgentCommandExecution.DeliveryState c : InstanceAgentCommandExecution.DeliveryState.values()) System.out.println(c);
public static InstanceAgentCommandExecution.DeliveryState 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.DeliveryState create(String key)
Copyright © 2016–2024. All rights reserved.