public static class DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the file sending task was created.
|
String |
errorCode
The error code returned when the file failed to be sent to the instance.
|
String |
errorInfo
The error message returned when the file failed to be sent or the file sending task failed to be executed.
|
String |
finishTime
The time when the file sending task finished being executed.
|
String |
instanceId
The ID of the instance.
|
String |
invocationStatus
The state of the file sending task.
|
String |
startTime
The time when the file sending task started to be executed on the instance.
|
String |
updateTime
The time when the execution status was last updated.
|
构造器和说明 |
---|
DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance() |
@NameInMap(value="CreationTime") public String creationTime
The time when the file sending task was created.
@NameInMap(value="ErrorCode") public String errorCode
The error code returned when the file failed to be sent to the instance. Valid values:
* Null: The file is sent to the instance.
* InstanceNotExists: The instance does not exist or was released.
* InstanceReleased: The instance was released while the file was being sent.
* InstanceNotRunning: The instance was not running when the file sending task was being created.
* AccountNotExists: The specified account does not exist.
* ClientNotRunning: The Cloud Assistant client is not running.
* ClientNotResponse: The Cloud Assistant client is not responding.
* ClientIsUpgrading: The Cloud Assistant client is being upgraded.
* ClientNeedUpgrade: The Cloud Assistant client needs to be upgraded.
* DeliveryTimeout: The file sending task timed out.
* FileCreateFail: The file failed to be created.
* FileAlreadyExists: A file with the same name already exists in the specified directory.
* FileContentInvalid: The file content is invalid.
* FileNameInvalid: The file name is invalid.
* FilePathInvalid: The specified directory is invalid.
* FileAuthorityInvalid: The specified permissions on the file are invalid.
@NameInMap(value="ErrorInfo") public String errorInfo
The error message returned when the file failed to be sent or the file sending task failed to be executed. Valid values:
* Null: The file is sent to the instance.
* the specified instance does not exists: The specified instance does not exist or was released.
* the instance has released when create task: The specified instance was released when the file was being sent.
* the instance is not running when create task: The specified instance was not running when the file sending task was being created.
* the specified account does not exists: The specified account does not exist.
* 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 file sending task timed out.
* Unexpected error during creating: The file failed to be created.
* File already exists: A file with the same name already exists in the specified directory.
* File content error: The file content is invalid.
* File name is invalid: The file name is invalid.
* File path is invalid: The specified directory is invalid.
* Owner not exists: The owner of the file does not exist.
* Group not exists: The user group does not exist.
* Mode is invalid: The specified permissions on the file are invalid.
@NameInMap(value="FinishTime") public String finishTime
The time when the file sending task finished being executed.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InvocationStatus") public String invocationStatus
The state of the file sending task.
@NameInMap(value="StartTime") public String startTime
The time when the file sending task started to be executed on the instance.
@NameInMap(value="UpdateTime") public String updateTime
The time when the execution status was last updated.
public DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance()
public static DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setCreationTime(String creationTime)
public String getCreationTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setErrorCode(String errorCode)
public String getErrorCode()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setErrorInfo(String errorInfo)
public String getErrorInfo()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setFinishTime(String finishTime)
public String getFinishTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setStartTime(String startTime)
public String getStartTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2023. All rights reserved.