public class GetSpareIpResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
String |
state
The state of the secondary IP address.
|
| 构造器和说明 |
|---|
GetSpareIpResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetSpareIpResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getState() |
GetSpareIpResponseBody |
setRequestId(String requestId) |
GetSpareIpResponseBody |
setState(String state) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="State") public String state
The state of the secondary IP address. Valid values:
* **active**: The secondary IP address is available.
* **inuse**: The secondary IP address is in use.
public static GetSpareIpResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetSpareIpResponseBody setRequestId(String requestId)
public String getRequestId()
public GetSpareIpResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.