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