public class DDoSAIRelation extends AbstractModel
skipSign
Constructor and Description |
---|
DDoSAIRelation() |
DDoSAIRelation(DDoSAIRelation 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 |
---|---|
String |
getDDoSAI()
Get AI protection switch.
|
InstanceRelation[] |
getInstanceDetailList()
Get Anti-DDoS instance configured
|
void |
setDDoSAI(String DDoSAI)
Set AI protection switch.
|
void |
setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set Anti-DDoS instance configured
|
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 DDoSAIRelation()
public DDoSAIRelation(DDoSAIRelation source)
public String getDDoSAI()
public void setDDoSAI(String DDoSAI)
DDoSAI
- AI protection switch. Valid values:
`on`: enabled
`off`: disabled
]public InstanceRelation[] getInstanceDetailList()
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
InstanceDetailList
- Anti-DDoS instance configuredCopyright © 2023. All rights reserved.