public class DDoSAIRelation extends AbstractModel
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防护开关,取值[
on(开启)
off(关闭)
]
|
InstanceRelation[] |
getInstanceDetailList()
Get AI防护开关所属的资源实例
|
void |
setDDoSAI(String DDoSAI)
Set AI防护开关,取值[
on(开启)
off(关闭)
]
|
void |
setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set AI防护开关所属的资源实例
|
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 DDoSAIRelation()
public DDoSAIRelation(DDoSAIRelation source)
public String getDDoSAI()
public void setDDoSAI(String DDoSAI)
DDoSAI
- AI防护开关,取值[
on(开启)
off(关闭)
]public InstanceRelation[] getInstanceDetailList()
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
InstanceDetailList
- AI防护开关所属的资源实例Copyright © 2021. All rights reserved.