public class DescribeIpSetResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accelerateRegionId
The ID of the region that is accelerated.
|
String |
acceleratorId
The ID of the GA instance.
|
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 |
requestId
The ID of the request.
|
String |
state
The status of the acceleration region.
|
| 构造器和说明 |
|---|
DescribeIpSetResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeIpSetResponseBody |
build(Map<String,?> map) |
String |
getAccelerateRegionId() |
String |
getAcceleratorId() |
Integer |
getBandwidth() |
List<String> |
getIpAddressList() |
String |
getIpSetId() |
String |
getIpVersion() |
String |
getIspType() |
String |
getRequestId() |
String |
getState() |
DescribeIpSetResponseBody |
setAccelerateRegionId(String accelerateRegionId) |
DescribeIpSetResponseBody |
setAcceleratorId(String acceleratorId) |
DescribeIpSetResponseBody |
setBandwidth(Integer bandwidth) |
DescribeIpSetResponseBody |
setIpAddressList(List<String> ipAddressList) |
DescribeIpSetResponseBody |
setIpSetId(String ipSetId) |
DescribeIpSetResponseBody |
setIpVersion(String ipVersion) |
DescribeIpSetResponseBody |
setIspType(String ispType) |
DescribeIpSetResponseBody |
setRequestId(String requestId) |
DescribeIpSetResponseBody |
setState(String state) |
@NameInMap(value="AccelerateRegionId") public String accelerateRegionId
The ID of the region that is accelerated.
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@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="RequestId") public String requestId
The ID of the request.
@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 static DescribeIpSetResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIpSetResponseBody setAccelerateRegionId(String accelerateRegionId)
public String getAccelerateRegionId()
public DescribeIpSetResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeIpSetResponseBody setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public DescribeIpSetResponseBody setIpAddressList(List<String> ipAddressList)
public DescribeIpSetResponseBody setIpSetId(String ipSetId)
public String getIpSetId()
public DescribeIpSetResponseBody setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeIpSetResponseBody setIspType(String ispType)
public String getIspType()
public DescribeIpSetResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeIpSetResponseBody setState(String state)
public String getState()
Copyright © 2023. All rights reserved.