public static class DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the command task was created.
|
Integer |
dropped
The size of the Output text that was truncated and discarded because the Output value exceeded 24 KB in size.
|
String |
errorCode
The error code for the failure to send or run the command.
|
String |
errorInfo
The error message returned when the command failed to be sent or run.
|
Long |
exitCode
The exit code of the execution.
|
String |
finishTime
The time when the command process ended.
|
String |
instanceId
The instance ID.
|
String |
instanceInvokeStatus
The execution status of the command on a single instance.
|
String |
invocationStatus
The execution status on a single instance.
|
String |
output
The command output.
|
Integer |
repeats
The number of times that the command was run on the instance.
|
String |
startTime
The time when the command started to be run on the instance.
|
String |
stopTime
The time when the command task was stopped.
|
Boolean |
timed
Indicates whether the command is to be automatically run.
|
String |
updateTime
The time when the execution status was updated.
|
构造器和说明 |
---|
DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance() |
@NameInMap(value="CreationTime") public String creationTime
The time when the command task was created.
example:2019-12-20T06:15:54Z
@NameInMap(value="Dropped") public Integer dropped
The size of the Output text that was truncated and discarded because the Output value exceeded 24 KB in size.
example:0
@NameInMap(value="ErrorCode") public String errorCode
The error code for the failure to send or run the command. Valid values:
InstanceNotExists
@NameInMap(value="ErrorInfo") public String errorInfo
The error message returned when the command failed to be sent or run. Valid values:
the specified instance does not exists
@NameInMap(value="ExitCode") public Long exitCode
The exit code of the execution. Valid values:
0
@NameInMap(value="FinishTime") public String finishTime
The time when the command process ended.
example:2019-12-20T06:15:56Z
@NameInMap(value="InstanceId") public String instanceId
The instance ID.
example:i-bp1i7gg30r52z2em****
@NameInMap(value="InstanceInvokeStatus") public String instanceInvokeStatus
The execution status of the command on a single instance.
example:We recommend that you ignore this parameter and check the value of
InvocationStatus
in the response to obtain the execution status.
Finished
@NameInMap(value="InvocationStatus") public String invocationStatus
The execution status on a single instance. Valid values:
Pending: The command is being verified or sent.
Invalid: The specified command type or parameter is invalid.
Aborted: The command failed to be sent to the instance. To send a command to an instance, make sure that the instance is in the Running state and the command can be sent to the instance within 1 minute.
Running: The command is being run on the instance.
Success:
Failed:
Error: The execution cannot proceed due to an exception.
Timeout: The execution timed out.
Cancelled: The execution was canceled before it started.
Stopping: The command task is being stopped.
Terminated: The execution was terminated before completion.
Scheduled:
Success
@NameInMap(value="Output") public String output
The command output.
OutPutTestmsg
@NameInMap(value="Repeats") public Integer repeats
The number of times that the command was run on the instance.
0
@NameInMap(value="StartTime") public String startTime
The time when the command started to be run on the instance.
example:2019-12-20T06:15:55Z
@NameInMap(value="StopTime") public String stopTime
The time when the command task was stopped. If you call the StopInvocation
operation to stop the command task, the value of this parameter is the time when the operation is called.
2020-01-19T09:15:47Z
@NameInMap(value="Timed") public Boolean timed
Indicates whether the command is to be automatically run.
example:false
@NameInMap(value="UpdateTime") public String updateTime
The time when the execution status was updated.
example:2020-01-19T09:15:47Z
public DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance()
public static DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance build(Map<String,?> map) throws Exception
Exception
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setCreationTime(String creationTime)
public String getCreationTime()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setDropped(Integer dropped)
public Integer getDropped()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setErrorCode(String errorCode)
public String getErrorCode()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setErrorInfo(String errorInfo)
public String getErrorInfo()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setExitCode(Long exitCode)
public Long getExitCode()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setFinishTime(String finishTime)
public String getFinishTime()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInstanceInvokeStatus(String instanceInvokeStatus)
public String getInstanceInvokeStatus()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setOutput(String output)
public String getOutput()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setRepeats(Integer repeats)
public Integer getRepeats()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setStartTime(String startTime)
public String getStartTime()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setStopTime(String stopTime)
public String getStopTime()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setTimed(Boolean timed)
public Boolean getTimed()
public DescribeInvocationsResponseBody.DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.