public class DeleteIpSetsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
ipSetIds |
String |
regionId
The ID of the region where the GA instance is deployed.
|
| 构造器和说明 |
|---|
DeleteIpSetsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteIpSetsRequest |
build(Map<String,?> map) |
List<String> |
getIpSetIds() |
String |
getRegionId() |
DeleteIpSetsRequest |
setIpSetIds(List<String> ipSetIds) |
DeleteIpSetsRequest |
setRegionId(String regionId) |
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static DeleteIpSetsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteIpSetsRequest setIpSetIds(List<String> ipSetIds)
public DeleteIpSetsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.