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