Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DescribeBandwidthPackagesRequest
-
Packages that use DescribeBandwidthPackagesRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DescribeBandwidthPackagesRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type DescribeBandwidthPackagesRequest Modifier and Type Method Description DescribeBandwidthPackagesResponseVpcClient. DescribeBandwidthPackages(DescribeBandwidthPackagesRequest req)接口用于查询带宽包详细信息,包括带宽包唯一标识ID,类型,计费模式,名称,资源信息等 -
Uses of DescribeBandwidthPackagesRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DescribeBandwidthPackagesRequest Constructor Description DescribeBandwidthPackagesRequest(DescribeBandwidthPackagesRequest 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.
-