public static final class DescribeInvocationsResponseBody.InvokeDesktops.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeInvocationsResponseBody.InvokeDesktops |
build() |
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
creationTime(String creationTime)
The time when the command execution was performed.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
desktopId(String desktopId)
The ID of the cloud desktop.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
desktopName(String desktopName)
The name of the cloud desktop.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
dropped(Integer dropped)
The size of the text that is truncated and discarded when the Output value exceeds 24 KB in size.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
errorCode(String errorCode)
The code that indicates the reason why a command failed to be sent or executed.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
errorInfo(String errorInfo)
Details about the reason why the command failed to be sent or executed.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
exitCode(Long exitCode)
The exit code of the execution.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
finishTime(String finishTime)
The time when the command execution ended.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
invocationStatus(String invocationStatus)
The execution status on the cloud desktop.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
output(String output)
The command output.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
repeats(Integer repeats)
The number of times that the command is executed on the cloud desktop.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
startTime(String startTime)
The start time of the execution on the cloud desktop.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
stopTime(String stopTime)
The time when you called the [StopInvocation](~~196957#doc-api-ecd-StopInvocation~~ "You can call this operation to stop a Cloud Assistant command that is running on one or cloud desktops.") operation to manually stop the command.
|
DescribeInvocationsResponseBody.InvokeDesktops.Builder |
updateTime(String updateTime)
The time when the execution status was updated.
|
public DescribeInvocationsResponseBody.InvokeDesktops.Builder creationTime(String creationTime)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder desktopId(String desktopId)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder desktopName(String desktopName)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder dropped(Integer dropped)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder errorCode(String errorCode)
* If this parameter is empty, the execution is normal. * InstanceNotExists: The specified cloud desktop does not exist or is released. * InstanceReleased: The cloud desktop is released during the execution. * InstanceNotRunning: The cloud desktop is not running during the execution. * CommandNotApplicable: The command cannot be used on the cloud desktop. * ClientNotRunning: The Cloud Assistant client is not running. * ClientNotResponse: The Cloud Assistant client does not respond. * ClientIsUpgrading: The Cloud Assistant client is being upgraded. * ClientNeedUpgrade: The Cloud Assistant client needs to be upgraded. * DeliveryTimeout: The time to send the command in the request times out. * ExecutionTimeout: The execution times out. * ExecutionException: An exception occurs during the execution. * ExecutionInterrupted: The execution is interrupted. * ExitCodeNonzero: The execution finishes, but the exit code is not 0.
public DescribeInvocationsResponseBody.InvokeDesktops.Builder errorInfo(String errorInfo)
* If this parameter is empty, the execution is normal. * the specified instance does not exists: The cloud desktop does not exist or is released. * the instance has released when create task: The cloud desktop is released during execution. * the instance is not running when create task: The cloud desktop is not running when the execution is being performed. * the command is not applicable: The command cannot be used on the specified cloud desktop. * the aliyun service is not running on the instance: The Cloud Assistance client is not running. * the aliyun service in the instance does not response: The Cloud Assistant client is not responding. * the aliyun service in the instance is upgrading now: The Cloud Assistant client is being upgraded. * the aliyun service in the instance need upgrade: The Cloud Assistant client needs to be upgraded. * the command delivery has been timeout: The command that is sent in the request times out. * the command execution has been timeout: The execution times out. * the command execution got an exception: An exception occurs when the command is running. * the command execution has been interrupted: The execution is interrupted. * the command execution exit code is not zero: The execution finishes, but the exit code is not 0.
public DescribeInvocationsResponseBody.InvokeDesktops.Builder exitCode(Long exitCode)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder finishTime(String finishTime)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder invocationStatus(String invocationStatus)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder output(String output)
* If the IncludeOutput parameter is set to false, Output is not returned. * If the ContentEncoding parameter is set to Base64, the value of Output is the output information that is encoded in Base64.
public DescribeInvocationsResponseBody.InvokeDesktops.Builder repeats(Integer repeats)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder startTime(String startTime)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder stopTime(String stopTime)
public DescribeInvocationsResponseBody.InvokeDesktops.Builder updateTime(String updateTime)
public DescribeInvocationsResponseBody.InvokeDesktops build()
Copyright © 2024. All rights reserved.