public class DdosAcls extends AbstractModel
skipSign
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 DDoS port filtering parameters
|
String |
getSwitch()
Get Whether to remove all settings when empty strings are passed in.
|
void |
setAcl(DDoSAcl[] Acl)
Set DDoS port filtering parameters
|
void |
setSwitch(String Switch)
Set Whether to remove all settings when empty strings are passed in.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DdosAcls()
public DdosAcls(DdosAcls source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to remove all settings when empty strings are passed in. Default value: `off` (remove)public DDoSAcl[] getAcl()
public void setAcl(DDoSAcl[] Acl)
Acl
- DDoS port filtering parametersCopyright © 2023. All rights reserved.