Uses of Class
com.tencentcloudapi.tem.v20210701.models.StorageMountConf
-
Packages that use StorageMountConf Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of StorageMountConf in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return StorageMountConf Modifier and Type Method Description StorageMountConf[]DeployApplicationRequest. getStorageMountConfs()Get 数据卷挂载配置StorageMountConf[]TemServiceVersionInfo. getStorageMountConfs()Get 挂载配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type StorageMountConf Modifier and Type Method Description voidDeployApplicationRequest. setStorageMountConfs(StorageMountConf[] StorageMountConfs)Set 数据卷挂载配置voidTemServiceVersionInfo. setStorageMountConfs(StorageMountConf[] StorageMountConfs)Set 挂载配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tem.v20210701.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.
-