Uses of Class
com.tencentcloudapi.teo.v20220901.models.SlowPostConfig
-
Packages that use SlowPostConfig Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of SlowPostConfig in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return SlowPostConfig Modifier and Type Method Description SlowPostConfigSecurityConfig. getSlowPostConfig()Get 慢速攻击配置。如果为null,默认使用历史配置。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type SlowPostConfig Modifier and Type Method Description voidSecurityConfig. setSlowPostConfig(SlowPostConfig SlowPostConfig)Set 慢速攻击配置。如果为null,默认使用历史配置。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type SlowPostConfig Constructor Description SlowPostConfig(SlowPostConfig 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.
-