Uses of Class
com.tencentcloudapi.tsf.v20180326.models.VolumeMountInfo
-
Packages that use VolumeMountInfo Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of VolumeMountInfo in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return VolumeMountInfo Modifier and Type Method Description VolumeMountInfo[]DeployContainerGroupRequest. getVolumeMountInfoList()Get 数据卷挂载点信息,listVolumeMountInfo[]ContainerGroupDeploy. getVolumeMountInfos()Get 数据卷挂载信息,list 注意:此字段可能返回 null,表示取不到有效值。VolumeMountInfoDeployContainerGroupRequest. getVolumeMountInfos()Get 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type VolumeMountInfo Modifier and Type Method Description voidDeployContainerGroupRequest. setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)Set 数据卷挂载点信息,listvoidContainerGroupDeploy. setVolumeMountInfos(VolumeMountInfo[] VolumeMountInfos)Set 数据卷挂载信息,list 注意:此字段可能返回 null,表示取不到有效值。voidDeployContainerGroupRequest. setVolumeMountInfos(VolumeMountInfo VolumeMountInfos)Set 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type VolumeMountInfo Constructor Description VolumeMountInfo(VolumeMountInfo 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.
-