Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandTarget
-
Packages that use InstanceAgentCommandTarget Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentCommandTarget in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandTarget Modifier and Type Method Description InstanceAgentCommandTarget
InstanceAgentCommandTarget.Builder. build()
InstanceAgentCommandTarget
CreateInstanceAgentCommandDetails. getTarget()
The target instance to run the command on.InstanceAgentCommandTarget
InstanceAgentCommand. getTarget()
The target instance that the command runs on.Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandTarget Modifier and Type Method Description InstanceAgentCommandTarget.Builder
InstanceAgentCommandTarget.Builder. copy(InstanceAgentCommandTarget model)
CreateInstanceAgentCommandDetails.Builder
CreateInstanceAgentCommandDetails.Builder. target(InstanceAgentCommandTarget target)
The target instance to run the command on.InstanceAgentCommand.Builder
InstanceAgentCommand.Builder. target(InstanceAgentCommandTarget target)
The target instance that the command runs on.Constructors in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandTarget Constructor 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.
-