public class BGPIPInstanceUsages extends AbstractModel
Constructor and Description |
---|
BGPIPInstanceUsages() |
BGPIPInstanceUsages(BGPIPInstanceUsages 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 |
getDomainRulesUsage()
Get 已使用的域名规则数,单位条
|
Long |
getLast7DayAttackCount()
Get 最近7天的攻击次数,单位次
|
Long |
getPortRulesUsage()
Get 已使用的端口规则数,单位条
|
void |
setDomainRulesUsage(Long DomainRulesUsage)
Set 已使用的域名规则数,单位条
|
void |
setLast7DayAttackCount(Long Last7DayAttackCount)
Set 最近7天的攻击次数,单位次
|
void |
setPortRulesUsage(Long PortRulesUsage)
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 BGPIPInstanceUsages()
public BGPIPInstanceUsages(BGPIPInstanceUsages source)
public Long getPortRulesUsage()
public void setPortRulesUsage(Long PortRulesUsage)
PortRulesUsage
- 已使用的端口规则数,单位条public Long getDomainRulesUsage()
public void setDomainRulesUsage(Long DomainRulesUsage)
DomainRulesUsage
- 已使用的域名规则数,单位条public Long getLast7DayAttackCount()
public void setLast7DayAttackCount(Long Last7DayAttackCount)
Last7DayAttackCount
- 最近7天的攻击次数,单位次Copyright © 2021. All rights reserved.