Uses of Class
com.tencentcloudapi.cvm.v20170312.models.InternetBandwidthConfig
-
Packages that use InternetBandwidthConfig Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of InternetBandwidthConfig in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return InternetBandwidthConfig Modifier and Type Method Description InternetBandwidthConfig[]
DescribeInstanceInternetBandwidthConfigsResponse. getInternetBandwidthConfigSet()
Get 带宽配置信息列表。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type InternetBandwidthConfig Modifier and Type Method Description void
DescribeInstanceInternetBandwidthConfigsResponse. setInternetBandwidthConfigSet(InternetBandwidthConfig[] InternetBandwidthConfigSet)
Set 带宽配置信息列表。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type InternetBandwidthConfig Constructor Description InternetBandwidthConfig(InternetBandwidthConfig 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.
-