public class DefaultAlarmThreshold extends AbstractModel
header, skipSign
Constructor and Description |
---|
DefaultAlarmThreshold() |
DefaultAlarmThreshold(DefaultAlarmThreshold 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 |
getAlarmThreshold()
Get Alarm threshold (Mbps).
|
Long |
getAlarmType()
Get Alarm threshold type.
|
void |
setAlarmThreshold(Long AlarmThreshold)
Set Alarm threshold (Mbps).
|
void |
setAlarmType(Long AlarmType)
Set Alarm threshold type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DefaultAlarmThreshold()
public DefaultAlarmThreshold(DefaultAlarmThreshold source)
public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType
- Alarm threshold type. Valid values:
`1`: alarm threshold for inbound traffic
`2`: alarm threshold for cleansing attack traffic
]public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold
- Alarm threshold (Mbps). The value should be greater than or equal to 0. Note that the alarm threshold configuration will be removed if you pass the parameter for input and set it to 0.Copyright © 2024. All rights reserved.