Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandTarget |
InstanceAgentCommandTarget.Builder.build() |
InstanceAgentCommandTarget |
InstanceAgentCommand.getTarget()
The target instance that the command runs on.
|
InstanceAgentCommandTarget |
CreateInstanceAgentCommandDetails.getTarget()
The target instance to run the command on.
|
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandTarget.Builder |
InstanceAgentCommandTarget.Builder.copy(InstanceAgentCommandTarget model) |
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.target(InstanceAgentCommandTarget target)
The target instance that the command runs on.
|
CreateInstanceAgentCommandDetails.Builder |
CreateInstanceAgentCommandDetails.Builder.target(InstanceAgentCommandTarget target)
The target instance to run the command on.
|
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.