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