public static class ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accelerateRegionId
The ID of the acceleration region.
|
Integer |
bandwidth
The bandwidth that is allocated to the acceleration region.
|
List<String> |
ipAddressList
The accelerated IP addresses.
|
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 |
serviceId
The ID of the service that manages the instance.
|
Boolean |
serviceManaged
Indicates whether the instance is managed.
|
List<ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos> |
serviceManagedInfos
The actions that users can perform on the managed instance.
|
String |
state
The status of the acceleration region.
|
构造器和说明 |
---|
ListIpSetsResponseBodyIpSets() |
@NameInMap(value="AccelerateRegionId") public String accelerateRegionId
The ID of the acceleration region.
@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 accelerated IP addresses.
@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="ServiceId") public String serviceId
The ID of the service that manages the instance.
> This parameter takes effect only if **ServiceManaged** is set to **true**.
@NameInMap(value="ServiceManaged") public Boolean serviceManaged
Indicates whether the instance is managed. Valid values:
* **true**
* **false**
@NameInMap(value="ServiceManagedInfos") public List<ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos> serviceManagedInfos
The actions that users can perform on the managed instance.
> * This parameter takes effect only if **ServiceManaged** is set to **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 acceleration region is being deleted.
public static ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets build(Map<String,?> map) throws Exception
Exception
public 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 setServiceId(String serviceId)
public String getServiceId()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setServiceManagedInfos(List<ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos> serviceManagedInfos)
public List<ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos> getServiceManagedInfos()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSets setState(String state)
public String getState()
Copyright © 2024. All rights reserved.