public class BGPInstanceUsages extends AbstractModel
skipSign
Constructor and Description |
---|
BGPInstanceUsages() |
BGPInstanceUsages(BGPInstanceUsages 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 |
getLast7DayAttackCount()
Get Number of attack times in the last 7 days
|
Long |
getProtectCountUsage()
Get Number of used protection chances
|
Long |
getProtectIPNumberUsage()
Get Number of protected IPs
|
void |
setLast7DayAttackCount(Long Last7DayAttackCount)
Set Number of attack times in the last 7 days
|
void |
setProtectCountUsage(Long ProtectCountUsage)
Set Number of used protection chances
|
void |
setProtectIPNumberUsage(Long ProtectIPNumberUsage)
Set Number of protected IPs
|
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 BGPInstanceUsages()
public BGPInstanceUsages(BGPInstanceUsages source)
public Long getProtectCountUsage()
public void setProtectCountUsage(Long ProtectCountUsage)
ProtectCountUsage
- Number of used protection chancespublic Long getProtectIPNumberUsage()
public void setProtectIPNumberUsage(Long ProtectIPNumberUsage)
ProtectIPNumberUsage
- Number of protected IPspublic Long getLast7DayAttackCount()
public void setLast7DayAttackCount(Long Last7DayAttackCount)
Last7DayAttackCount
- Number of attack times in the last 7 daysCopyright © 2023. All rights reserved.