Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent | |
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommandExecution.LifecycleState |
InstanceAgentCommandExecution.LifecycleState.create(String key) |
InstanceAgentCommandExecution.LifecycleState |
InstanceAgentCommandExecution.getLifecycleState()
command execution life cycle state.
|
static InstanceAgentCommandExecution.LifecycleState |
InstanceAgentCommandExecution.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAgentCommandExecution.LifecycleState[] |
InstanceAgentCommandExecution.LifecycleState.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.lifecycleState(InstanceAgentCommandExecution.LifecycleState lifecycleState)
command execution life cycle 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.