Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecutionOutputContent
-
Packages that use InstanceAgentCommandExecutionOutputContent Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentCommandExecutionOutputContent in com.oracle.bmc.computeinstanceagent.model
Subclasses of InstanceAgentCommandExecutionOutputContent in com.oracle.bmc.computeinstanceagent.model Modifier and Type Class Description class
InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails
The execution output from a command when saved to an Object Storage bucket.class
InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails
The execution output from a command when saved to an Object Storage URL.class
InstanceAgentCommandExecutionOutputViaTextDetails
The execution output from a command when returned in plain text.Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandExecutionOutputContent Modifier and Type Method Description InstanceAgentCommandExecutionOutputContent
InstanceAgentCommandExecution. getContent()
InstanceAgentCommandExecutionOutputContent
InstanceAgentCommandExecutionSummary. getContent()
The execution output from a command.Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecutionOutputContent Modifier and Type Method Description InstanceAgentCommandExecution.Builder
InstanceAgentCommandExecution.Builder. content(InstanceAgentCommandExecutionOutputContent content)
InstanceAgentCommandExecutionSummary.Builder
InstanceAgentCommandExecutionSummary.Builder. content(InstanceAgentCommandExecutionOutputContent content)
The execution output from a command.Constructors in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecutionOutputContent Constructor Description InstanceAgentCommandExecution(String instanceAgentCommandId, String instanceId, InstanceAgentCommandExecution.DeliveryState deliveryState, InstanceAgentCommandExecution.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Long sequenceNumber, String displayName, InstanceAgentCommandExecutionOutputContent content)
Deprecated.InstanceAgentCommandExecutionSummary(String instanceAgentCommandId, String instanceId, InstanceAgentCommandExecutionSummary.DeliveryState deliveryState, InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Long sequenceNumber, String displayName, InstanceAgentCommandExecutionOutputContent content)
Deprecated.
-