OBJECT

MountedVolume

Description

Details about the mounted volume.

link GraphQL Schema definition

  • type MountedVolume {
  • # Id of the mounted volume.
  • id: String!
  • # Volume's mount points.
  • originalMountPoints: [String!]!
  • # Size of the mounted volume.
  • size: Long!
  • # Volume's file system type.
  • fileSystemType: String!
  • # Volume's Smb Path.
  • smbPath: String
  • # Mount path in host.
  • hostMountPath: String
  • }