Uses of Class
com.tencentcloudapi.ecm.v20190719.models.Disk
-
Packages that use Disk Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of Disk in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return Disk Modifier and Type Method Description Disk[]DescribeDisksResponse. getDiskSet()Get 云硬盘的详细信息列表。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type Disk Modifier and Type Method Description voidDescribeDisksResponse. setDiskSet(Disk[] DiskSet)Set 云硬盘的详细信息列表。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type Disk Constructor Description Disk(Disk 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.
-