Uses of Class
com.tencentcloudapi.clb.v20180317.models.BatchDeregisterTargetsRequest
-
Packages that use BatchDeregisterTargetsRequest Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of BatchDeregisterTargetsRequest in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 with parameters of type BatchDeregisterTargetsRequest Modifier and Type Method Description BatchDeregisterTargetsResponseClbClient. BatchDeregisterTargets(BatchDeregisterTargetsRequest req)批量解绑四七层后端服务。批量解绑的资源数量上限为500。只支持VPC网络负载均衡。 -
Uses of BatchDeregisterTargetsRequest in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type BatchDeregisterTargetsRequest Constructor Description BatchDeregisterTargetsRequest(BatchDeregisterTargetsRequest 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.
-