public static class DescribeNetworkRegionBlockResponseBody.DescribeNetworkRegionBlockResponseBodyConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Long> |
countries
The codes of the countries or areas from which the requests are blocked.
|
List<Long> |
provinces
The codes of the administrative regions in China from which the requests are blocked.
|
String |
regionBlockSwitch
The status of the Location Blacklist policy.
|
| 构造器和说明 |
|---|
DescribeNetworkRegionBlockResponseBodyConfig() |
@NameInMap(value="Countries") public List<Long> countries
The codes of the countries or areas from which the requests are blocked.
@NameInMap(value="Provinces") public List<Long> provinces
The codes of the administrative regions in China from which the requests are blocked.
@NameInMap(value="RegionBlockSwitch") public String regionBlockSwitch
The status of the Location Blacklist policy. Valid values:
on
public DescribeNetworkRegionBlockResponseBodyConfig()
public static DescribeNetworkRegionBlockResponseBody.DescribeNetworkRegionBlockResponseBodyConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRegionBlockResponseBody.DescribeNetworkRegionBlockResponseBodyConfig setCountries(List<Long> countries)
public DescribeNetworkRegionBlockResponseBody.DescribeNetworkRegionBlockResponseBodyConfig setProvinces(List<Long> provinces)
public DescribeNetworkRegionBlockResponseBody.DescribeNetworkRegionBlockResponseBodyConfig setRegionBlockSwitch(String regionBlockSwitch)
public String getRegionBlockSwitch()
Copyright © 2026. All rights reserved.