public static final class DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList |
build() |
DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder |
message(String message)
The message returned.
|
DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder |
resuleCode(String resuleCode)
The result code returned.
|
DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder |
result(Integer result)
The installation result.
|
DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder message(String message)
public DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder resuleCode(String resuleCode)
* **-1**: The agent is not installed. * **0**: The agent is installed. * **1**: The directory of the agent failed to be created. * **2**: The installation package failed to be downloaded. * **3**: The installation file does not exist. * **4**: The verification information about the installation file does not exist. * **5**: The installation file failed to pass the verification. * **6**: The installation file failed to be executed. * **7**: The agent failed to be installed because the required permissions are not granted. * **8**: No process of the agent was detected. * **100**: The agent failed to be installed because an unknown error occurred. * **1001**: The agent failed to be installed because the automatic installation of the agent is not supported in the region. * **1002**: The agent failed to be installed because the agent cannot be installed on servers outside the cloud. You can install the agent only on supported servers. * **1003**: The agent failed to be installed because the operating system type of the server is not supported. * **1004**: An internal error occurred. Try again later. * **1005**: The Elastic Compute Service (ECS) instance is not running. Start the ECS instance and try again. * **1006**: The automatic installation of the agent is not supported on an ECS instance that resides in the classic network. * **1007**: The process of the installation command is manually stopped. * **1008**: The agent failed to be installed because Cloud Assistant is not installed. * **1009**: The execution of the installation command timed out. Try again later. * **1010**: The agent on the server is already online. You do not need to install the agent.
public DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder result(Integer result)
* **-1**: not installed * **0**: being installed * **1**: installed * **2**: installation failed
public DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList.Builder uuid(String uuid)
public DescribeAgentInstallStatusResponseBody.AegisClientInvokeStatusResponseList build()
Copyright © 2023. All rights reserved.