Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecution.DeliveryState
-
Packages that use InstanceAgentCommandExecution.DeliveryState Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentCommandExecution.DeliveryState in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandExecution.DeliveryState Modifier and Type Method 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.Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecution.DeliveryState Modifier and Type Method Description InstanceAgentCommandExecution.Builder
InstanceAgentCommandExecution.Builder. deliveryState(InstanceAgentCommandExecution.DeliveryState deliveryState)
Specifies the command delivery state.Constructors in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecution.DeliveryState Constructor Description InstanceAgentCommandExecution(String instanceAgentCommandId, String instanceId, InstanceAgentCommandExecution.DeliveryState deliveryState, InstanceAgentCommandExecution.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Long sequenceNumber, String displayName, InstanceAgentCommandExecutionOutputContent content)
Deprecated.
-