public class ProtectThresholdRelation extends AbstractModel
Constructor and Description |
---|
ProtectThresholdRelation() |
ProtectThresholdRelation(ProtectThresholdRelation 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 |
---|---|
Long |
getCCEnable()
Get CC清洗开关,取值[
0(关闭)
1(开启)
]
|
Long |
getCCThreshold()
Get CC清洗阈值,单位QPS
|
String |
getDDoSAI()
Get DDoS的AI防护开关,取值[
on(开启)
off(关闭)
]
|
String |
getDDoSLevel()
Get DDoS防护等级,取值[
low(宽松)
middle(适中)
high(严格)
]
|
Long |
getDDoSThreshold()
Get DDoS清洗阈值,单位Mbps
|
InstanceRelation[] |
getInstanceDetailList()
Get 所属的资源实例
|
ListenerCcThreholdConfig[] |
getListenerCcThresholdList()
Get 域名与协议纬度的防护阈值
|
void |
setCCEnable(Long CCEnable)
Set CC清洗开关,取值[
0(关闭)
1(开启)
]
|
void |
setCCThreshold(Long CCThreshold)
Set CC清洗阈值,单位QPS
|
void |
setDDoSAI(String DDoSAI)
Set DDoS的AI防护开关,取值[
on(开启)
off(关闭)
]
|
void |
setDDoSLevel(String DDoSLevel)
Set DDoS防护等级,取值[
low(宽松)
middle(适中)
high(严格)
]
|
void |
setDDoSThreshold(Long DDoSThreshold)
Set DDoS清洗阈值,单位Mbps
|
void |
setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set 所属的资源实例
|
void |
setListenerCcThresholdList(ListenerCcThreholdConfig[] ListenerCcThresholdList)
Set 域名与协议纬度的防护阈值
|
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 ProtectThresholdRelation()
public ProtectThresholdRelation(ProtectThresholdRelation source)
public String getDDoSLevel()
public void setDDoSLevel(String DDoSLevel)
DDoSLevel
- DDoS防护等级,取值[
low(宽松)
middle(适中)
high(严格)
]public Long getDDoSThreshold()
public void setDDoSThreshold(Long DDoSThreshold)
DDoSThreshold
- DDoS清洗阈值,单位Mbpspublic String getDDoSAI()
public void setDDoSAI(String DDoSAI)
DDoSAI
- DDoS的AI防护开关,取值[
on(开启)
off(关闭)
]public Long getCCEnable()
public void setCCEnable(Long CCEnable)
CCEnable
- CC清洗开关,取值[
0(关闭)
1(开启)
]public Long getCCThreshold()
public void setCCThreshold(Long CCThreshold)
CCThreshold
- CC清洗阈值,单位QPSpublic InstanceRelation[] getInstanceDetailList()
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
InstanceDetailList
- 所属的资源实例public ListenerCcThreholdConfig[] getListenerCcThresholdList()
public void setListenerCcThresholdList(ListenerCcThreholdConfig[] ListenerCcThresholdList)
ListenerCcThresholdList
- 域名与协议纬度的防护阈值Copyright © 2022. All rights reserved.