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