Uses of Class
com.tencentcloudapi.dayu.v20180709.models.DDoSPolicyDropOption
-
Packages that use DDoSPolicyDropOption Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of DDoSPolicyDropOption in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return DDoSPolicyDropOption Modifier and Type Method Description DDoSPolicyDropOption[]CreateDDoSPolicyRequest. getDropOptions()Get 协议禁用,必须填写且数组长度必须为1DDoSPolicyDropOptionDDosPolicy. getDropOptions()Get 禁用协议DDoSPolicyDropOption[]ModifyDDoSPolicyRequest. getDropOptions()Get 协议禁用,必须填写且数组长度必须为1Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type DDoSPolicyDropOption Modifier and Type Method Description voidCreateDDoSPolicyRequest. setDropOptions(DDoSPolicyDropOption[] DropOptions)Set 协议禁用,必须填写且数组长度必须为1voidDDosPolicy. setDropOptions(DDoSPolicyDropOption DropOptions)Set 禁用协议voidModifyDDoSPolicyRequest. setDropOptions(DDoSPolicyDropOption[] DropOptions)Set 协议禁用,必须填写且数组长度必须为1Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type DDoSPolicyDropOption Constructor Description DDoSPolicyDropOption(DDoSPolicyDropOption 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.
-