public class DescribeIpSetResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeIpSetResponseBody.DescribeIpSetResponseBodyServiceManagedInfos |
限定符和类型 | 字段和说明 |
---|---|
String |
accelerateRegionId
The ID of the acceleration region.
|
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 IP version.
|
String |
ispType
The line type of the elastic IP address (EIP) in the acceleration region.
|
String |
requestId
The ID of the request.
|
String |
serviceId
The ID of the service that manages the instance.
|
Boolean |
serviceManaged
Indicates whether the GA instance is managed.
|
List<DescribeIpSetResponseBody.DescribeIpSetResponseBodyServiceManagedInfos> |
serviceManagedInfos
The actions that users can perform on the managed instance.
|
String |
state
The status of the acceleration region.
|
构造器和说明 |
---|
DescribeIpSetResponseBody() |
@NameInMap(value="AccelerateRegionId") public String accelerateRegionId
The ID of the acceleration region.
@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 IP version. Valid values:
* **IPv4**
* **IPv6**
* **DUAL_STACK**
@NameInMap(value="IspType") public String ispType
The line type of the elastic IP address (EIP) in the acceleration region. Valid values:
* **BGP**: BGP (Multi-ISP) lines. This is the default value.
* **BGP_PRO**: BGP (Multi-ISP) Pro lines.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="ServiceId") public String serviceId
The ID of the service that manages the instance.
> This parameter is returned only if the value of **ServiceManaged** is **true**.
@NameInMap(value="ServiceManaged") public Boolean serviceManaged
Indicates whether the GA instance is managed. Valid values:
* **true**
* **false**
@NameInMap(value="ServiceManagedInfos") public List<DescribeIpSetResponseBody.DescribeIpSetResponseBodyServiceManagedInfos> serviceManagedInfos
The actions that users can perform on the managed instance.
> * This parameter is returned only if the value of **ServiceManaged** is **true**.
>* Users can perform only specific actions on a managed instance.
@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 GA instance is being deleted.
public static DescribeIpSetResponseBody build(Map<String,?> map) throws Exception
Exception
public 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 setServiceId(String serviceId)
public String getServiceId()
public DescribeIpSetResponseBody setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public DescribeIpSetResponseBody setServiceManagedInfos(List<DescribeIpSetResponseBody.DescribeIpSetResponseBodyServiceManagedInfos> serviceManagedInfos)
public List<DescribeIpSetResponseBody.DescribeIpSetResponseBodyServiceManagedInfos> getServiceManagedInfos()
public DescribeIpSetResponseBody setState(String state)
public String getState()
Copyright © 2024. All rights reserved.