Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommand.Builder |
InstanceAgentCommand.builder()
Create a new builder.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.compartmentId(String compartmentId)
The OCID of the
compartment containing the command.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.content(InstanceAgentCommandContent content)
The contents of the command.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.copy(InstanceAgentCommand model) |
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.displayName(String displayName)
A user-friendly name.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.executionTimeOutInSeconds(Integer executionTimeOutInSeconds)
The amount of time that Oracle Cloud Agent is given to run the command on the instance
before timing out.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.id(String id)
The OCID of the
command.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.isCanceled(Boolean isCanceled)
Whether a request was made to cancel the command.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.target(InstanceAgentCommandTarget target)
The target instance that the command runs on.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.timeCreated(Date timeCreated)
The date and time the command was created, in the format defined by
RFC3339.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.Builder.timeUpdated(Date timeUpdated)
The date and time the command was last updated, in the format defined by
RFC3339.
|
InstanceAgentCommand.Builder |
InstanceAgentCommand.toBuilder() |
Copyright © 2016–2024. All rights reserved.