Uses of Class
com.tencentcloudapi.thpc.v20220401.models.StorageOption
-
Packages that use StorageOption Package Description com.tencentcloudapi.thpc.v20220401.models -
-
Uses of StorageOption in com.tencentcloudapi.thpc.v20220401.models
Methods in com.tencentcloudapi.thpc.v20220401.models that return StorageOption Modifier and Type Method Description StorageOptionAddClusterStorageOptionRequest. getStorageOption()Get 集群存储选项。StorageOptionCreateClusterRequest. getStorageOption()Get 集群存储选项Methods in com.tencentcloudapi.thpc.v20220401.models with parameters of type StorageOption Modifier and Type Method Description voidAddClusterStorageOptionRequest. setStorageOption(StorageOption StorageOption)Set 集群存储选项。voidCreateClusterRequest. setStorageOption(StorageOption StorageOption)Set 集群存储选项Constructors in com.tencentcloudapi.thpc.v20220401.models with parameters of type StorageOption Constructor Description StorageOption(StorageOption 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.
-