Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandExecutionOutputContent |
InstanceAgentCommandExecutionSummary.getContent()
The execution output from a command.
|
InstanceAgentCommandExecutionOutputContent |
InstanceAgentCommandExecution.getContent() |
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandExecutionSummary.Builder |
InstanceAgentCommandExecutionSummary.Builder.content(InstanceAgentCommandExecutionOutputContent content)
The execution output from a command.
|
InstanceAgentCommandExecution.Builder |
InstanceAgentCommandExecution.Builder.content(InstanceAgentCommandExecutionOutputContent content) |
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.
|
InstanceAgentCommandExecutionSummary(String instanceAgentCommandId,
String instanceId,
InstanceAgentCommandExecutionSummary.DeliveryState deliveryState,
InstanceAgentCommandExecutionSummary.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Long sequenceNumber,
String displayName,
InstanceAgentCommandExecutionOutputContent content)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.