Uses of Class
com.tencentcloudapi.tem.v20201221.models.StorageConf
-
Packages that use StorageConf Package Description com.tencentcloudapi.tem.v20201221.models -
-
Uses of StorageConf in com.tencentcloudapi.tem.v20201221.models
Methods in com.tencentcloudapi.tem.v20201221.models that return StorageConf Modifier and Type Method Description StorageConf[]DeployServiceV2Request. getStorageConfs()Get 数据卷配置Methods in com.tencentcloudapi.tem.v20201221.models with parameters of type StorageConf Modifier and Type Method Description voidDeployServiceV2Request. setStorageConfs(StorageConf[] StorageConfs)Set 数据卷配置Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type StorageConf Constructor Description StorageConf(StorageConf 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.
-