GetEcsInvocationsInvocation

data class GetEcsInvocationsInvocation(val commandContent: String, val commandId: String, val commandName: String, val commandType: String, val createTime: String, val frequency: String, val id: String, val invocationId: String, val invocationStatus: String, val invokeInstances: List<GetEcsInvocationsInvocationInvokeInstance>, val invokeStatus: String, val parameters: String, val repeatMode: String, val timed: Boolean, val username: String)

Constructors

Link copied to clipboard
constructor(commandContent: String, commandId: String, commandName: String, commandType: String, createTime: String, frequency: String, id: String, invocationId: String, invocationStatus: String, invokeInstances: List<GetEcsInvocationsInvocationInvokeInstance>, invokeStatus: String, parameters: String, repeatMode: String, timed: Boolean, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Base64-encoded command content.

Link copied to clipboard

The ID of the command.

Link copied to clipboard

The name of the command.

Link copied to clipboard

The type of the command.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The schedule on which the recurring execution of the command takes place. For information about the value specifications, see Cron expression.

Link copied to clipboard
val id: String

The ID of the Invocation.

Link copied to clipboard

The ID of the Invocation.

Link copied to clipboard

The overall execution state of the command. The value of this parameter depends on the execution states on all the involved instances.

Link copied to clipboard

Execute target instance set type.

Link copied to clipboard

The overall execution state of the command. Note: We recommend that you ignore this parameter and check the value of the invocation_status response parameter for the overall execution state.

Link copied to clipboard

The custom parameters in the command.

Link copied to clipboard

Indicates the execution mode of the command.

Link copied to clipboard

Indicates whether the commands are to be automatically run.

Link copied to clipboard

The username that was used to run the command on the instance.