public class DDoSAcl extends AbstractModel
Constructor and Description |
---|
DDoSAcl() |
DDoSAcl(DDoSAcl 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 |
---|---|
DDoSAclRule[] |
getDDoSAclRules()
Get 端口过滤规则数组。
|
String |
getSwitch()
Get 清空规则标识,取值有:
off :清空端口过滤规则列表,DDoSAclRules无需填写;
on :配置端口过滤规则,需填写DDoSAclRules参数。
|
void |
setDDoSAclRules(DDoSAclRule[] DDoSAclRules)
Set 端口过滤规则数组。
|
void |
setSwitch(String Switch)
Set 清空规则标识,取值有:
off :清空端口过滤规则列表,DDoSAclRules无需填写;
on :配置端口过滤规则,需填写DDoSAclRules参数。
|
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, toJsonString
public DDoSAcl()
public DDoSAcl(DDoSAcl source)
public DDoSAclRule[] getDDoSAclRules()
public void setDDoSAclRules(DDoSAclRule[] DDoSAclRules)
DDoSAclRules
- 端口过滤规则数组。public String getSwitch()
public void setSwitch(String Switch)
Switch
- 清空规则标识,取值有:
Copyright © 2022. All rights reserved.