public static final class DescribeSendFileResultsResponseBody.InvokeInstance.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder creationTime(String creationTime)
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder errorCode(String errorCode)
* Null: The file is sent to the instance. * InstanceNotExists: The instance does not exist or has been released. * InstanceReleased: The instance is released while the file is being sent. * InstanceNotRunning: The instance is not running when the file sending task is being created. * AccountNotExists: The specified account does not exist. * ClientNotRunning: Cloud Assistant Agent is not running. * ClientNotResponse: Cloud Assistant Agent does not respond. * ClientIsUpgrading: Cloud Assistant Agent is being upgraded. * ClientNeedUpgrade: Cloud Assistant Agent 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 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. * UserGroupNotExists: The specified user group does not exist.
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder errorInfo(String errorInfo)
* Null: The file is sent to the instance. * the specified instance does not exists * the specified instance has been released * the instance is not running when create task * the specified account does not exists * the aliyun service is not running on the instance * the aliyun service in the instance does not response * the aliyun service in the instance is upgrading now * the aliyun service in the instance need upgrade * the command delivery has been timeout * the file creation is failed due to unknown error * the authority of file is invalid * File content is empty * the content of file is invalid * File already exists * File name is invalid * File path is invalid * Owner not exists * Group not exists * Mode is invalid
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder finishTime(String finishTime)
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder instanceId(String instanceId)
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder invocationStatus(String invocationStatus)
* Pending: The file is being verified or sent. * Invalid: The file is invalid. * Running: The file is being sent to the instance. * Aborted: The file failed to be sent to the instance. * Success: The file is sent. * Failed: The file failed to be created on the instance. * Error: An error occurred and interrupted the file sending task. * Timeout: The file sending task timed out.
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder startTime(String startTime)
public DescribeSendFileResultsResponseBody.InvokeInstance.Builder updateTime(String updateTime)
public DescribeSendFileResultsResponseBody.InvokeInstance build()
Copyright © 2024. All rights reserved.