public static enum InstanceAgentCommandExecutionSummary.DeliveryState extends Enum<InstanceAgentCommandExecutionSummary.DeliveryState> implements BmcEnum
The command delivery state. * VISIBLE
- The command is visible to the instance. *
PENDING
- The command is pending acknowledgment from the instance. * ACKED
-
The command has been received and acknowledged by the instance. * ACKED_CANCELED
-
The canceled command has been received and acknowledged by the instance. * EXPIRED
-
The instance has not requested for commands and the command’s 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 InstanceAgentCommandExecutionSummary.DeliveryState |
create(String key) |
String |
getValue() |
static InstanceAgentCommandExecutionSummary.DeliveryState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAgentCommandExecutionSummary.DeliveryState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAgentCommandExecutionSummary.DeliveryState Visible
public static final InstanceAgentCommandExecutionSummary.DeliveryState Pending
public static final InstanceAgentCommandExecutionSummary.DeliveryState Acked
public static final InstanceAgentCommandExecutionSummary.DeliveryState AckedCanceled
public static final InstanceAgentCommandExecutionSummary.DeliveryState Expired
public static final InstanceAgentCommandExecutionSummary.DeliveryState UnknownEnumValue
public static InstanceAgentCommandExecutionSummary.DeliveryState[] values()
for (InstanceAgentCommandExecutionSummary.DeliveryState c : InstanceAgentCommandExecutionSummary.DeliveryState.values()) System.out.println(c);
public static InstanceAgentCommandExecutionSummary.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 InstanceAgentCommandExecutionSummary.DeliveryState create(String key)
Copyright © 2016–2024. All rights reserved.