Class IPAlarmThresholdRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.IPAlarmThresholdRelation
-
public class IPAlarmThresholdRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IPAlarmThresholdRelation
public IPAlarmThresholdRelation()
-
IPAlarmThresholdRelation
public 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.
-
-
Method Detail
-
getAlarmType
public Long getAlarmType()
Get 告警阈值类型,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]- Returns:
- AlarmType 告警阈值类型,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]
-
setAlarmType
public void setAlarmType(Long AlarmType)
Set 告警阈值类型,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]- Parameters:
AlarmType
- 告警阈值类型,取值[ 1(入流量告警阈值) 2(攻击清洗流量告警阈值) ]
-
getAlarmThreshold
public Long getAlarmThreshold()
Get 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;- Returns:
- AlarmThreshold 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;
-
setAlarmThreshold
public void setAlarmThreshold(Long AlarmThreshold)
Set 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;- Parameters:
AlarmThreshold
- 告警阈值,单位Mbps,取值>=0;当作为输入参数时,设置0会删除告警阈值配置;
-
getInstanceDetailList
public InstanceRelation[] getInstanceDetailList()
Get 告警阈值所属的资源实例- Returns:
- InstanceDetailList 告警阈值所属的资源实例
-
setInstanceDetailList
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set 告警阈值所属的资源实例- Parameters:
InstanceDetailList
- 告警阈值所属的资源实例
-
-