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