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