public class ListCommonAreasRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipVersion
The IP version used to connect to the GA instance.
|
Boolean |
isEpg
Specifies whether to query regions where endpoint groups of GA can be deployed.
|
Boolean |
isIpSet
Specifies whether to query regions supported by GA.
|
构造器和说明 |
---|
ListCommonAreasRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListCommonAreasRequest |
build(Map<String,?> map) |
String |
getIpVersion() |
Boolean |
getIsEpg() |
Boolean |
getIsIpSet() |
ListCommonAreasRequest |
setIpVersion(String ipVersion) |
ListCommonAreasRequest |
setIsEpg(Boolean isEpg) |
ListCommonAreasRequest |
setIsIpSet(Boolean isIpSet) |
@NameInMap(value="IpVersion") public String ipVersion
The IP version used to connect to the GA instance. Valid values:
* **IPv4** (default)
* **IPv6**
@NameInMap(value="IsEpg") public Boolean isEpg
Specifies whether to query regions where endpoint groups of GA can be deployed. Valid values:
* **true**: yes
* **false** (default): no
@NameInMap(value="IsIpSet") public Boolean isIpSet
Specifies whether to query regions supported by GA. Valid values:
* **true**
* **false** (default)
public static ListCommonAreasRequest build(Map<String,?> map) throws Exception
Exception
public ListCommonAreasRequest setIpVersion(String ipVersion)
public String getIpVersion()
public ListCommonAreasRequest setIsEpg(Boolean isEpg)
public Boolean getIsEpg()
public ListCommonAreasRequest setIsIpSet(Boolean isIpSet)
public Boolean getIsIpSet()
Copyright © 2024. All rights reserved.