OBJECT

VolumeGroupSnapshotVolumeSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type VolumeGroupSnapshotVolumeSummary {
  • # Required. Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: The unique ID of the snapshot volume summary.
  • id: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.2: Mount point locations of this Volume on the Host
  • # v5.3+: The mount points of the volume on the host.
  • mountPoints: [String!]!
  • # Required. Supported in v5.0+
  • # v5.0-v5.2: Size of the Volume in bytes
  • # v5.3+: The size of the volume in bytes.
  • size: Long!
  • fileSystemType: FileSystemType!
  • }