Uses of Class
com.tencentcloudapi.clb.v20180317.models.BlockedIP
-
Packages that use BlockedIP Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of BlockedIP in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return BlockedIP Modifier and Type Method Description BlockedIP[]DescribeBlockIPListResponse. getBlockedIPList()Get 加入了12360黑名单的IP列表Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type BlockedIP Modifier and Type Method Description voidDescribeBlockIPListResponse. setBlockedIPList(BlockedIP[] BlockedIPList)Set 加入了12360黑名单的IP列表Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type BlockedIP Constructor Description BlockedIP(BlockedIP 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.
-