Uses of Class
com.tencentcloudapi.cbs.v20170312.models.DiskConfig
-
Packages that use DiskConfig Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of DiskConfig in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return DiskConfig Modifier and Type Method Description DiskConfig[]
DescribeDiskConfigQuotaResponse. getDiskConfigSet()
Get 云盘配置列表。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type DiskConfig Modifier and Type Method Description void
DescribeDiskConfigQuotaResponse. setDiskConfigSet(DiskConfig[] DiskConfigSet)
Set 云盘配置列表。Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type DiskConfig Constructor Description DiskConfig(DiskConfig 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.
-