Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model | |
com.oracle.bmc.computeinstanceagent.requests |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommandExecutionSummary.LifecycleState |
InstanceAgentCommandExecutionSummary.LifecycleState.create(String key) |
InstanceAgentCommandExecutionSummary.LifecycleState |
InstanceAgentCommandExecutionSummary.getLifecycleState()
The command execution lifecycle state.
|
static InstanceAgentCommandExecutionSummary.LifecycleState |
InstanceAgentCommandExecutionSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAgentCommandExecutionSummary.LifecycleState[] |
InstanceAgentCommandExecutionSummary.LifecycleState.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.lifecycleState(InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState)
The command execution lifecycle 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.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandExecutionSummary.LifecycleState |
ListInstanceAgentCommandExecutionsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListInstanceAgentCommandExecutionsRequest.Builder |
ListInstanceAgentCommandExecutionsRequest.Builder.lifecycleState(InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.