public class ModifyDDoSLevelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDDoSLevelRequest() |
ModifyDDoSLevelRequest(ModifyDDoSLevelRequest 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 |
getBusiness()
Get Anti-DDoS service type.
|
String |
getDDoSLevel()
Get Protection level, which is required if `Method` is `set`.
|
String |
getId()
Get Anti-DDoS instance ID
|
String |
getMethod()
Get get (read protection level), set (modify protection level);
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setDDoSLevel(String DDoSLevel)
Set Protection level, which is required if `Method` is `set`.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setMethod(String Method)
Set get (read protection level), set (modify protection level);
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDDoSLevelRequest()
public ModifyDDoSLevelRequest(ModifyDDoSLevelRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `bgp`: Anti-DDoS Pro (single IP); `bgp-multip`: Anti-DDoS Pro (multi-IP), `net`: Anti-DDoS Ultimatepublic String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String getMethod()
public void setMethod(String Method)
Method
- get (read protection level), set (modify protection level);public String getDDoSLevel()
public void setDDoSLevel(String DDoSLevel)
DDoSLevel
- Protection level, which is required if `Method` is `set`. Valid values: [low,middle,high]Copyright © 2024. All rights reserved.