public class ModifyDDoSThresholdRequest extends AbstractModel
Constructor and Description |
---|
ModifyDDoSThresholdRequest() |
ModifyDDoSThresholdRequest(ModifyDDoSThresholdRequest 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 |
getId()
Get Anti-DDoS instance ID
|
Long |
getThreshold()
Get DDoS cleansing threshold.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setThreshold(Long Threshold)
Set DDoS cleansing threshold.
|
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 ModifyDDoSThresholdRequest()
public ModifyDDoSThresholdRequest(ModifyDDoSThresholdRequest 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 Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- DDoS cleansing threshold. Valid values: [0, 60, 80, 100, 150, 200, 250, 300, 400, 500, 700, 1000];
If the value is set to 0, the default value will be used;Copyright © 2023. All rights reserved.