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