Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DescribeTenantCcnsRequest
-
Packages that use DescribeTenantCcnsRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DescribeTenantCcnsRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type DescribeTenantCcnsRequest Modifier and Type Method Description DescribeTenantCcnsResponseVpcClient. DescribeTenantCcns(DescribeTenantCcnsRequest req)本接口(DescribeTenantCcns)用于获取要锁定的云联网实例列表。 该接口一般用来封禁出口限速的云联网实例, 目前联通内部运营系统通过云API调用, 因为出口限速无法按地域间封禁, 只能按更粗的云联网实例粒度封禁, 如果是地域间限速, 一般可以通过更细的限速实例粒度封禁(DescribeCrossBorderCcnRegionBandwidthLimits) 如有需要, 可以封禁任意云联网实例, 可接入到内部运营系统 -
Uses of DescribeTenantCcnsRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DescribeTenantCcnsRequest Constructor Description DescribeTenantCcnsRequest(DescribeTenantCcnsRequest 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.
-