Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.SpeedValue
-
Packages that use SpeedValue Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of SpeedValue in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return SpeedValue Modifier and Type Method Description SpeedValue[]DDoSSpeedLimitConfig. getSpeedValues()Get 限速值,每种类型的限速值最多支持1个;该字段数组至少有一种限速值Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type SpeedValue Modifier and Type Method Description voidDDoSSpeedLimitConfig. setSpeedValues(SpeedValue[] SpeedValues)Set 限速值,每种类型的限速值最多支持1个;该字段数组至少有一种限速值Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type SpeedValue Constructor Description SpeedValue(SpeedValue 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.
-