Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecutionSummary.LifecycleState
-
Packages that use InstanceAgentCommandExecutionSummary.LifecycleState Package Description com.oracle.bmc.computeinstanceagent.model com.oracle.bmc.computeinstanceagent.requests -
-
Uses of InstanceAgentCommandExecutionSummary.LifecycleState in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandExecutionSummary.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecutionSummary.LifecycleState Modifier and Type Method Description InstanceAgentCommandExecutionSummary.Builder
InstanceAgentCommandExecutionSummary.Builder. lifecycleState(InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState)
The command execution lifecycle state.Constructors in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecutionSummary.LifecycleState Constructor Description InstanceAgentCommandExecutionSummary(String instanceAgentCommandId, String instanceId, InstanceAgentCommandExecutionSummary.DeliveryState deliveryState, InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Long sequenceNumber, String displayName, InstanceAgentCommandExecutionOutputContent content)
Deprecated. -
Uses of InstanceAgentCommandExecutionSummary.LifecycleState in com.oracle.bmc.computeinstanceagent.requests
Methods in com.oracle.bmc.computeinstanceagent.requests that return InstanceAgentCommandExecutionSummary.LifecycleState Modifier and Type Method Description InstanceAgentCommandExecutionSummary.LifecycleState
ListInstanceAgentCommandExecutionsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.computeinstanceagent.requests with parameters of type InstanceAgentCommandExecutionSummary.LifecycleState Modifier and Type Method Description ListInstanceAgentCommandExecutionsRequest.Builder
ListInstanceAgentCommandExecutionsRequest.Builder. lifecycleState(InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-