Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Class and Description |
---|---|
class |
InstanceAgentCommandOutputViaObjectStorageTupleDetails
The command output destination when saved to an Object Storage bucket.
|
class |
InstanceAgentCommandOutputViaObjectStorageUriDetails
The command output destination when saved to an Object Storage URL.
|
class |
InstanceAgentCommandOutputViaTextDetails
The command output destination when returned in plain text.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandOutputDetails |
InstanceAgentCommandContent.getOutput()
The output destination for the command.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandContent.Builder |
InstanceAgentCommandContent.Builder.output(InstanceAgentCommandOutputDetails output)
The output destination for the command.
|
Constructor and Description |
---|
InstanceAgentCommandContent(InstanceAgentCommandSourceDetails source,
InstanceAgentCommandOutputDetails output)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.