public class DeleteWebCacheCustomRuleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name for which you want to delete the custom rules of the Static Page Caching policy.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
List<String> |
ruleNames
An array consisting of the names of the rules that you want to delete.
|
| 构造器和说明 |
|---|
DeleteWebCacheCustomRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteWebCacheCustomRuleRequest |
build(Map<String,?> map) |
String |
getDomain() |
String |
getResourceGroupId() |
List<String> |
getRuleNames() |
DeleteWebCacheCustomRuleRequest |
setDomain(String domain) |
DeleteWebCacheCustomRuleRequest |
setResourceGroupId(String resourceGroupId) |
DeleteWebCacheCustomRuleRequest |
setRuleNames(List<String> ruleNames) |
@NameInMap(value="Domain") public String domain
The domain name for which you want to delete the custom rules of the Static Page Caching policy.
You can call the DescribeDomains operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
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.
If you do not configure this parameter, the instance belongs to the default resource group.
example:rg-acfm2pz25js****
public static DeleteWebCacheCustomRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteWebCacheCustomRuleRequest setDomain(String domain)
public String getDomain()
public DeleteWebCacheCustomRuleRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DeleteWebCacheCustomRuleRequest setRuleNames(List<String> ruleNames)
Copyright © 2026. All rights reserved.