Uses of Class
com.tencentcloudapi.cvm.v20170312.models.DescribeInstanceInternetBandwidthConfigsResponse
-
Packages that use DescribeInstanceInternetBandwidthConfigsResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of DescribeInstanceInternetBandwidthConfigsResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return DescribeInstanceInternetBandwidthConfigsResponse Modifier and Type Method Description DescribeInstanceInternetBandwidthConfigsResponseCvmClient. DescribeInstanceInternetBandwidthConfigs(DescribeInstanceInternetBandwidthConfigsRequest req)本接口 (DescribeInstanceInternetBandwidthConfigs) 用于查询实例带宽配置。 只支持查询`BANDWIDTH_PREPAID`( 预付费按带宽结算 )计费模式的带宽配置。 接口返回实例的所有带宽配置信息(包含历史的带宽配置信息)。 -
Uses of DescribeInstanceInternetBandwidthConfigsResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type DescribeInstanceInternetBandwidthConfigsResponse Constructor Description DescribeInstanceInternetBandwidthConfigsResponse(DescribeInstanceInternetBandwidthConfigsResponse 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.
-