public class ConfigWebIpSetRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
blackList
The IP addresses and CIDR blocks in the blacklist.
|
String |
domain
The domain name of the website.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
List<String> |
whiteList
The IP addresses and CIDR blocks in the whitelist.
|
| 构造器和说明 |
|---|
ConfigWebIpSetRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigWebIpSetRequest |
build(Map<String,?> map) |
List<String> |
getBlackList() |
String |
getDomain() |
String |
getResourceGroupId() |
List<String> |
getWhiteList() |
ConfigWebIpSetRequest |
setBlackList(List<String> blackList) |
ConfigWebIpSetRequest |
setDomain(String domain) |
ConfigWebIpSetRequest |
setResourceGroupId(String resourceGroupId) |
ConfigWebIpSetRequest |
setWhiteList(List<String> whiteList) |
@NameInMap(value="BlackList") public List<String> blackList
The IP addresses and CIDR blocks in the blacklist. You can add up to 200 IP addresses or CIDR blocks to the blacklist.
example:1.1.1.1
@NameInMap(value="Domain") public String domain
The domain name of the website.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
This parameter is required.
example:@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
public static ConfigWebIpSetRequest build(Map<String,?> map) throws Exception
Exceptionpublic ConfigWebIpSetRequest setBlackList(List<String> blackList)
public ConfigWebIpSetRequest setDomain(String domain)
public String getDomain()
public ConfigWebIpSetRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ConfigWebIpSetRequest setWhiteList(List<String> whiteList)
Copyright © 2026. All rights reserved.