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 Alarm threshold (Mbps).
|
Long |
getAlarmType()
Get Alarm threshold type.
|
InstanceRelation[] |
getInstanceDetailList()
Get Anti-DDoS instance configured
|
void |
setAlarmThreshold(Long AlarmThreshold)
Set Alarm threshold (Mbps).
|
void |
setAlarmType(Long AlarmType)
Set Alarm threshold type.
|
void |
setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set Anti-DDoS instance configured
|
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
- 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.public InstanceRelation[] getInstanceDetailList()
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
InstanceDetailList
- Anti-DDoS instance configuredCopyright © 2023. All rights reserved.