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