public class CreateDDoSAIRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateDDoSAIRequest() | 
| CreateDDoSAIRequest(CreateDDoSAIRequest 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. | 
| String[] | getInstanceIdList()Get List of Anti-DDoS instance IDs | 
| void | setDDoSAI(String DDoSAI)Set AI protection switch. | 
| void | setInstanceIdList(String[] InstanceIdList)Set List of Anti-DDoS instance IDs | 
| 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, toJsonStringpublic CreateDDoSAIRequest()
public CreateDDoSAIRequest(CreateDDoSAIRequest source)
public String[] getInstanceIdList()
public void setInstanceIdList(String[] InstanceIdList)
InstanceIdList - List of Anti-DDoS instance IDspublic String getDDoSAI()
public void setDDoSAI(String DDoSAI)
DDoSAI - AI protection switch. Valid values:
`on`: enabled
`off`: disabled
]Copyright © 2022. All rights reserved.