public static class StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The error code that is returned for the operation on the ECS instance.
|
String |
currentStatus
The status of the ECS instance after the operation is called.
|
String |
instanceId
The ID of the ECS instance.
|
String |
message
The error message that is returned for the operation on the ECS instance.
|
String |
previousStatus
The status of the ECS instance before the operation is called.
|
构造器和说明 |
---|
StartInstancesResponseBodyInstanceResponsesInstanceResponse() |
@NameInMap(value="Code") public String code
The error code that is returned for the operation on the ECS instance. The value 200 indicates that the operation is successful. For more information, see the "Error codes" section in this topic.
example:200
@NameInMap(value="CurrentStatus") public String currentStatus
The status of the ECS instance after the operation is called.
example:Starting
@NameInMap(value="InstanceId") public String instanceId
The ID of the ECS instance.
example:i-bp67acfmxazb4p****
@NameInMap(value="Message") public String message
The error message that is returned for the operation on the ECS instance. The value success indicates that the operation is successful. For more information, see the "Error codes" section in this topic.
example:success
@NameInMap(value="PreviousStatus") public String previousStatus
The status of the ECS instance before the operation is called.
example:Stopped
public StartInstancesResponseBodyInstanceResponsesInstanceResponse()
public static StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse build(Map<String,?> map) throws Exception
Exception
public StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse setCode(String code)
public String getCode()
public StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse setCurrentStatus(String currentStatus)
public String getCurrentStatus()
public StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse setInstanceId(String instanceId)
public String getInstanceId()
public StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse setMessage(String message)
public String getMessage()
public StartInstancesResponseBody.StartInstancesResponseBodyInstanceResponsesInstanceResponse setPreviousStatus(String previousStatus)
public String getPreviousStatus()
Copyright © 2024. All rights reserved.