Uses of Class
com.tencentcloudapi.tsf.v20180326.models.VolumeInfo
-
Packages that use VolumeInfo Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of VolumeInfo in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return VolumeInfo Modifier and Type Method Description VolumeInfo[]DeployContainerGroupRequest. getVolumeInfoList()Get 数据卷信息,listVolumeInfo[]ContainerGroupDeploy. getVolumeInfos()Get 数据卷信息,list 注意:此字段可能返回 null,表示取不到有效值。VolumeInfoDeployContainerGroupRequest. getVolumeInfos()Get 数据卷信息-废弃,请用VolumeInfoList参数Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type VolumeInfo Modifier and Type Method Description voidDeployContainerGroupRequest. setVolumeInfoList(VolumeInfo[] VolumeInfoList)Set 数据卷信息,listvoidContainerGroupDeploy. setVolumeInfos(VolumeInfo[] VolumeInfos)Set 数据卷信息,list 注意:此字段可能返回 null,表示取不到有效值。voidDeployContainerGroupRequest. setVolumeInfos(VolumeInfo VolumeInfos)Set 数据卷信息-废弃,请用VolumeInfoList参数Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type VolumeInfo Constructor Description VolumeInfo(VolumeInfo 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.
-