Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommandExecution.DeliveryState |
InstanceAgentCommandExecution.DeliveryState.create(String key) |
InstanceAgentCommandExecution.DeliveryState |
InstanceAgentCommandExecution.getDeliveryState()
Specifies the command delivery state.
|
static InstanceAgentCommandExecution.DeliveryState |
InstanceAgentCommandExecution.DeliveryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAgentCommandExecution.DeliveryState[] |
InstanceAgentCommandExecution.DeliveryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandExecution.Builder |
InstanceAgentCommandExecution.Builder.deliveryState(InstanceAgentCommandExecution.DeliveryState deliveryState)
Specifies the command delivery state.
|
Constructor and Description |
---|
InstanceAgentCommandExecution(String instanceAgentCommandId,
String instanceId,
InstanceAgentCommandExecution.DeliveryState deliveryState,
InstanceAgentCommandExecution.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Long sequenceNumber,
String displayName,
InstanceAgentCommandExecutionOutputContent content)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.