Uses of Class
com.tencentcloudapi.cfs.v20190719.models.MountInfo
-
Packages that use MountInfo Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of MountInfo in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return MountInfo Modifier and Type Method Description MountInfo[]DescribeMountTargetsResponse. getMountTargets()Get 挂载点详情Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type MountInfo Modifier and Type Method Description voidDescribeMountTargetsResponse. setMountTargets(MountInfo[] MountTargets)Set 挂载点详情Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type MountInfo Constructor Description MountInfo(MountInfo 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.
-