public static class DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
commandId
The command ID.
|
String |
containerId
The container ID.
|
String |
containerName
The container name.
|
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 returned when the command failed to be sent or run.
|
String |
errorInfo
The error message returned when the command failed to be sent or run.
|
Long |
exitCode
The exit code of the command task.
|
String |
finishedTime
The time when the command task was completed.
|
String |
instanceId
The instance ID.
|
String |
invocationStatus
The execution status on a single instance.
|
String |
invokeId
The command task ID.
|
String |
invokeRecordStatus
The execution status of the command.
|
String |
launcher
The launcher for script execution.
|
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.
|
DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTags |
tags
The tags of the command task.
|
String |
terminationMode
Indicates how the command task is stopped when a command execution is manually stopped or times out.
|
String |
username
The username used to run the command on the instance.
|
@NameInMap(value="CommandId") public String commandId
The command ID.
example:c-hz0jdfwcsr****
@NameInMap(value="ContainerId") public String containerId
The container ID.
example:ab141ddfbacfe02d9dbc25966ed971536124527097398d419a6746873fea****
@NameInMap(value="ContainerName") public String containerName
The container name.
example:test-container
@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.
0
@NameInMap(value="ErrorCode") public String errorCode
The error code returned when the command failed to be sent or run. 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 command task.
0
@NameInMap(value="FinishedTime") public String finishedTime
The time when the command task was completed. If the command task times out, the end time is equal to the start time of the command task specified by StartTime
plus the timeout period specified by Timeout
.
2019-12-20T06:15:56Z
@NameInMap(value="InstanceId") public String instanceId
The instance ID.
example:i-bp1i7gg30r52z2em****
@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="InvokeId") public String invokeId
The command task ID.
example:t-hz0jdfwd9f****
@NameInMap(value="InvokeRecordStatus") public String invokeRecordStatus
The execution status of the command. Valid values:
Running:
Finished:
Failed:
PartialFailed:
Stopped: The task was stopped.
Stopping: The task is being stopped.
Running
@NameInMap(value="Launcher") public String launcher
The launcher for script execution. The value cannot exceed 1 KB in length.
example:python3 -u {{ACS::ScriptFileName|Ext(".py")}}
@NameInMap(value="Output") public String output
The command output.
MTU6MzA6MDEK
@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="Tags") public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTags tags
The tags of the command task.
@NameInMap(value="TerminationMode") public String terminationMode
Indicates how the command task is stopped when a command execution is manually stopped or times out. Valid values:
ProcessTree
@NameInMap(value="Username") public String username
The username used to run the command on the instance.
example:root
public DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult()
public static DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult build(Map<String,?> map) throws Exception
Exception
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setCommandId(String commandId)
public String getCommandId()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setContainerId(String containerId)
public String getContainerId()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setContainerName(String containerName)
public String getContainerName()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setDropped(Integer dropped)
public Integer getDropped()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setErrorCode(String errorCode)
public String getErrorCode()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setErrorInfo(String errorInfo)
public String getErrorInfo()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setExitCode(Long exitCode)
public Long getExitCode()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setFinishedTime(String finishedTime)
public String getFinishedTime()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setInvokeId(String invokeId)
public String getInvokeId()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setInvokeRecordStatus(String invokeRecordStatus)
public String getInvokeRecordStatus()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setLauncher(String launcher)
public String getLauncher()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setOutput(String output)
public String getOutput()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setRepeats(Integer repeats)
public Integer getRepeats()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setStartTime(String startTime)
public String getStartTime()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setStopTime(String stopTime)
public String getStopTime()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setTags(DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTags tags)
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTags getTags()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setTerminationMode(String terminationMode)
public String getTerminationMode()
public DescribeInvocationResultsResponseBody.DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult setUsername(String username)
public String getUsername()
Copyright © 2024. All rights reserved.