public class DDoSAllowBlock extends AbstractModel
| Constructor and Description | 
|---|
| DDoSAllowBlock() | 
| DDoSAllowBlock(DDoSAllowBlock source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| DDoSAllowBlockRule[] | getDDoSAllowBlockRules()Get Array of objects in the blocklist/allowlist configuration. | 
| String | getSwitch()Get Whether to clear the blocklist/allowlist. | 
| void | setDDoSAllowBlockRules(DDoSAllowBlockRule[] DDoSAllowBlockRules)Set Array of objects in the blocklist/allowlist configuration. | 
| void | setSwitch(String Switch)Set Whether to clear the blocklist/allowlist. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DDoSAllowBlock()
public DDoSAllowBlock(DDoSAllowBlock source)
public DDoSAllowBlockRule[] getDDoSAllowBlockRules()
public void setDDoSAllowBlockRules(DDoSAllowBlockRule[] DDoSAllowBlockRules)
DDoSAllowBlockRules - Array of objects in the blocklist/allowlist configuration.public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to clear the blocklist/allowlist. Values:
Copyright © 2022. All rights reserved.