public static class ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accelerateRegionId
The ID of the region that is accelerated.
|
Integer |
bandwidth
The bandwidth that is allocated to the acceleration region.
|
List<String> |
ipAddressList
The list of accelerated IP addresses in the acceleration region.
|
String |
ipSetId
The ID of the acceleration region.
|
String |
ipVersion
The version of the accelerated IP address.
|
String |
ispType |
String |
state
The status of the acceleration region.
|
| 构造器和说明 |
|---|
ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets() |
@NameInMap(value="AccelerateRegionId") public String accelerateRegionId
The ID of the region that is accelerated.
@NameInMap(value="Bandwidth") public Integer bandwidth
The bandwidth that is allocated to the acceleration region. Unit: **Mbit/s**.
@NameInMap(value="IpAddressList") public List<String> ipAddressList
The list of accelerated IP addresses in the acceleration region.
@NameInMap(value="IpSetId") public String ipSetId
The ID of the acceleration region.
@NameInMap(value="IpVersion") public String ipVersion
The version of the accelerated IP address. Valid values:
* **IPv4**
* **IPv6**
@NameInMap(value="IspType") public String ispType
@NameInMap(value="State") public String state
The status of the acceleration region. Valid values:
* **init**: The acceleration region is being initialized.
* **active**: The acceleration region is in the running state.
* **updating**: The acceleration region is being configured.
* **Deleting**: The acceleration region is being deleted.
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets()
public static ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets build(Map<String,?> map) throws Exception
Exceptionpublic ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setAccelerateRegionId(String accelerateRegionId)
public String getAccelerateRegionId()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setIpAddressList(List<String> ipAddressList)
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setIpSetId(String ipSetId)
public String getIpSetId()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setIpVersion(String ipVersion)
public String getIpVersion()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setIspType(String ispType)
public String getIspType()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setState(String state)
public String getState()
Copyright © 2023. All rights reserved.