public class GetSpareIpResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The request ID.
|
String |
state
The status 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 request ID.
@NameInMap(value="State") public String state
The status 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
Exception
public GetSpareIpResponseBody setRequestId(String requestId)
public String getRequestId()
public GetSpareIpResponseBody setState(String state)
public String getState()
Copyright © 2024. All rights reserved.