public class ModifyWafAutoDenyRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyWafAutoDenyRulesRequest() |
ModifyWafAutoDenyRulesRequest(ModifyWafAutoDenyRulesRequest 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 |
getAttackThreshold()
Get 触发IP封禁的攻击次数阈值,范围为2~100次
|
Long |
getDefenseStatus()
Get 自动封禁状态,0表示关闭,1表示打开
|
Long |
getDenyTimeThreshold()
Get 触发IP封禁后的封禁时间,范围为5~360分钟
|
String |
getDomain()
Get 域名
|
Long |
getTimeThreshold()
Get IP封禁统计时间,范围为1-60分钟
|
void |
setAttackThreshold(Long AttackThreshold)
Set 触发IP封禁的攻击次数阈值,范围为2~100次
|
void |
setDefenseStatus(Long DefenseStatus)
Set 自动封禁状态,0表示关闭,1表示打开
|
void |
setDenyTimeThreshold(Long DenyTimeThreshold)
Set 触发IP封禁后的封禁时间,范围为5~360分钟
|
void |
setDomain(String Domain)
Set 域名
|
void |
setTimeThreshold(Long TimeThreshold)
Set IP封禁统计时间,范围为1-60分钟
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyWafAutoDenyRulesRequest()
public ModifyWafAutoDenyRulesRequest(ModifyWafAutoDenyRulesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Long getAttackThreshold()
public void setAttackThreshold(Long AttackThreshold)
AttackThreshold
- 触发IP封禁的攻击次数阈值,范围为2~100次public Long getTimeThreshold()
public void setTimeThreshold(Long TimeThreshold)
TimeThreshold
- IP封禁统计时间,范围为1-60分钟public Long getDenyTimeThreshold()
public void setDenyTimeThreshold(Long DenyTimeThreshold)
DenyTimeThreshold
- 触发IP封禁后的封禁时间,范围为5~360分钟public Long getDefenseStatus()
public void setDefenseStatus(Long DefenseStatus)
DefenseStatus
- 自动封禁状态,0表示关闭,1表示打开Copyright © 2024. All rights reserved.