Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandContent |
InstanceAgentCommandContent.Builder.build() |
InstanceAgentCommandContent |
InstanceAgentCommand.getContent()
The contents of the command.
|
InstanceAgentCommandContent |
CreateInstanceAgentCommandDetails.getContent()
The contents of the command.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.content(InstanceAgentCommandContent content)
The contents of the command.
|
CreateInstanceAgentCommandDetails.Builder |
CreateInstanceAgentCommandDetails.Builder.content(InstanceAgentCommandContent content)
The contents of the command.
|
InstanceAgentCommandContent.Builder |
InstanceAgentCommandContent.Builder.copy(InstanceAgentCommandContent model) |
Constructor and Description |
---|
CreateInstanceAgentCommandDetails(String compartmentId,
Integer executionTimeOutInSeconds,
String displayName,
InstanceAgentCommandTarget target,
InstanceAgentCommandContent content)
Deprecated.
|
InstanceAgentCommand(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
Boolean isCanceled,
Integer executionTimeOutInSeconds,
InstanceAgentCommandTarget target,
InstanceAgentCommandContent content)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.