public class ModifyWebCCGlobalSwitchRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ccGlobalSwitch
Specifies whether the HTTP flood mitigation feature is enabled.
|
String |
domain
The domain name of the website.
|
| 构造器和说明 |
|---|
ModifyWebCCGlobalSwitchRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyWebCCGlobalSwitchRequest |
build(Map<String,?> map) |
String |
getCcGlobalSwitch() |
String |
getDomain() |
ModifyWebCCGlobalSwitchRequest |
setCcGlobalSwitch(String ccGlobalSwitch) |
ModifyWebCCGlobalSwitchRequest |
setDomain(String domain) |
@NameInMap(value="CcGlobalSwitch") public String ccGlobalSwitch
Specifies whether the HTTP flood mitigation feature is enabled. Valid values:
This parameter is required.
example:open
@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:example.aliyundoc.com
public static ModifyWebCCGlobalSwitchRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyWebCCGlobalSwitchRequest setCcGlobalSwitch(String ccGlobalSwitch)
public String getCcGlobalSwitch()
public ModifyWebCCGlobalSwitchRequest setDomain(String domain)
public String getDomain()
Copyright © 2026. All rights reserved.