public class IPAlarmThresholdRelation extends AbstractModel
Constructor and Description |
---|
IPAlarmThresholdRelation() |
IPAlarmThresholdRelation(IPAlarmThresholdRelation 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 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;
|
Long |
getAlarmType()
Get 告警阈值类型,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
]
|
InstanceRelation[] |
getInstanceDetailList()
Get 告警阈值所属的资源实例
|
void |
setAlarmThreshold(Long AlarmThreshold)
Set 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;
|
void |
setAlarmType(Long AlarmType)
Set 告警阈值类型,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
]
|
void |
setInstanceDetailList(InstanceRelation[] InstanceDetailList)
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 IPAlarmThresholdRelation()
public IPAlarmThresholdRelation(IPAlarmThresholdRelation source)
public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType
- 告警阈值类型,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
]public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold
- 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;public InstanceRelation[] getInstanceDetailList()
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
InstanceDetailList
- 告警阈值所属的资源实例Copyright © 2022. All rights reserved.