public class BGPIPInstanceUsages extends AbstractModel
skipSign
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 Number of used domain name rules
|
Long |
getLast7DayAttackCount()
Get Number of attack times in the last 7 days
|
Long |
getPortRulesUsage()
Get Number of used port rules
|
void |
setDomainRulesUsage(Long DomainRulesUsage)
Set Number of used domain name rules
|
void |
setLast7DayAttackCount(Long Last7DayAttackCount)
Set Number of attack times in the last 7 days
|
void |
setPortRulesUsage(Long PortRulesUsage)
Set Number of used port rules
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BGPIPInstanceUsages()
public BGPIPInstanceUsages(BGPIPInstanceUsages source)
public Long getPortRulesUsage()
public void setPortRulesUsage(Long PortRulesUsage)
PortRulesUsage
- Number of used port rulespublic Long getDomainRulesUsage()
public void setDomainRulesUsage(Long DomainRulesUsage)
DomainRulesUsage
- Number of used domain name rulespublic Long getLast7DayAttackCount()
public void setLast7DayAttackCount(Long Last7DayAttackCount)
Last7DayAttackCount
- Number of attack times in the last 7 daysCopyright © 2023. All rights reserved.