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