Uses of Class
com.tencentcloudapi.dayu.v20180709.models.IpBlackWhite
-
Packages that use IpBlackWhite Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of IpBlackWhite in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return IpBlackWhite Modifier and Type Method Description IpBlackWhite[]CreateDDoSPolicyRequest. getIpAllowDenys()Get 请求源IP黑白名单,当没有IP黑白名单时填空数组IpBlackWhite[]ModifyDDoSPolicyRequest. getIpAllowDenys()Get IP黑白名单,当没有IP黑白名单时填空数组IpBlackWhite[]DDosPolicy. getIpBlackWhiteLists()Get 黑白IP名单Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type IpBlackWhite Modifier and Type Method Description voidCreateDDoSPolicyRequest. setIpAllowDenys(IpBlackWhite[] IpAllowDenys)Set 请求源IP黑白名单,当没有IP黑白名单时填空数组voidModifyDDoSPolicyRequest. setIpAllowDenys(IpBlackWhite[] IpAllowDenys)Set IP黑白名单,当没有IP黑白名单时填空数组voidDDosPolicy. setIpBlackWhiteLists(IpBlackWhite[] IpBlackWhiteLists)Set 黑白IP名单Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type IpBlackWhite Constructor Description IpBlackWhite(IpBlackWhite 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.
-