public static class ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
spareIp
The secondary IP address that is associated with the CNAME.
|
String |
state
The status of the secondary IP address.
|
| 构造器和说明 |
|---|
ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps |
build(Map<String,?> map) |
String |
getSpareIp() |
String |
getState() |
ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps |
setSpareIp(String spareIp) |
ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps |
setState(String state) |
@NameInMap(value="SpareIp") public String spareIp
The secondary IP address that is associated with the CNAME. If the acceleration area becomes unavailable, GA redirects traffic to the secondary IP address.
@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 ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps()
public static ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps build(Map<String,?> map) throws Exception
Exceptionpublic ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps setSpareIp(String spareIp)
public String getSpareIp()
public ListSpareIpsResponseBody.ListSpareIpsResponseBodySpareIps setState(String state)
public String getState()
Copyright © 2023. All rights reserved.