OBJECT

VolumeGroupSubObject

Description

A volume captured in a volume group snapshot.

link GraphQL Schema definition

  • type VolumeGroupSubObject {
  • # Mount point for the volume.
  • mountPointsOpt: [String!]!
  • # Capacity of the volume in bytes.
  • capacityInBytes: Long!
  • # File system type of the volume.
  • fileSystemType: String!
  • # File size of the volume in bytes.
  • fileSizeInBytes: Long!
  • # ID of the volume.
  • volumeId: String!
  • }