Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.IPAlarmThresholdRelation
-
Packages that use IPAlarmThresholdRelation Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of IPAlarmThresholdRelation in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return IPAlarmThresholdRelation Modifier and Type Method Description IPAlarmThresholdRelation[]DescribeListIPAlarmConfigResponse. getConfigList()Get IP告警阈值配置列表IPAlarmThresholdRelation[]CreateIPAlarmThresholdConfigRequest. getIpAlarmThresholdConfigList()Get IP告警阈值配置列表Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type IPAlarmThresholdRelation Modifier and Type Method Description voidDescribeListIPAlarmConfigResponse. setConfigList(IPAlarmThresholdRelation[] ConfigList)Set IP告警阈值配置列表voidCreateIPAlarmThresholdConfigRequest. setIpAlarmThresholdConfigList(IPAlarmThresholdRelation[] IpAlarmThresholdConfigList)Set IP告警阈值配置列表Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type IPAlarmThresholdRelation Constructor Description 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.
-