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 Array of port filtering rules.
|
String |
getSwitch()
Get Whether to clear port filtering rules.
|
void |
setDDoSAclRules(DDoSAclRule[] DDoSAclRules)
Set Array of port filtering rules.
|
void |
setSwitch(String Switch)
Set Whether to clear port filtering rules.
|
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
- Array of port filtering rules.public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to clear port filtering rules. Values:
Copyright © 2022. All rights reserved.