public class DescribeIpSetRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ipSetId
The ID of the acceleration region.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
| 构造器和说明 |
|---|
DescribeIpSetRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeIpSetRequest |
build(Map<String,?> map) |
String |
getIpSetId() |
String |
getRegionId() |
DescribeIpSetRequest |
setIpSetId(String ipSetId) |
DescribeIpSetRequest |
setRegionId(String regionId) |
@NameInMap(value="IpSetId") public String ipSetId
The ID of the acceleration region.
You can call the [ListIpSets](~~153247~~) operation to query IDs of acceleration regions of a specified GA instance.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public static DescribeIpSetRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIpSetRequest setIpSetId(String ipSetId)
public String getIpSetId()
public DescribeIpSetRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.