Uses of Class
com.tencentcloudapi.bm.v20180423.models.PartitionInfo
-
Packages that use PartitionInfo Package Description com.tencentcloudapi.bm.v20180423.models -
-
Uses of PartitionInfo in com.tencentcloudapi.bm.v20180423.models
Methods in com.tencentcloudapi.bm.v20180423.models that return PartitionInfo Modifier and Type Method Description PartitionInfo[]CustomImage. getPartitionInfoSet()Get 分区信息Methods in com.tencentcloudapi.bm.v20180423.models with parameters of type PartitionInfo Modifier and Type Method Description voidCustomImage. setPartitionInfoSet(PartitionInfo[] PartitionInfoSet)Set 分区信息Constructors in com.tencentcloudapi.bm.v20180423.models with parameters of type PartitionInfo Constructor Description PartitionInfo(PartitionInfo 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.
-