Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Class and Description |
---|---|
class |
InstanceAgentCommandSourceViaObjectStorageTupleDetails
The source of the command when imported from an Object Storage bucket.
|
class |
InstanceAgentCommandSourceViaObjectStorageUriDetails
The source of the command when imported from an Object Storage URL.
|
class |
InstanceAgentCommandSourceViaTextDetails
The source of the command when provided using plain text.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandSourceDetails |
InstanceAgentCommandContent.getSource()
The source of the command.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandContent.Builder |
InstanceAgentCommandContent.Builder.source(InstanceAgentCommandSourceDetails source)
The source of the command.
|
Constructor and Description |
---|
InstanceAgentCommandContent(InstanceAgentCommandSourceDetails source,
InstanceAgentCommandOutputDetails output)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.