OBJECT

VolumeGroupSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type VolumeGroupSummary {
  • # Supported in v5.0+
  • # v5.0-v5.2: Id of the host of the volume group
  • # v5.3+: The unique ID of the host that contains the Volume Group.
  • hostId: String
  • # Supported in v5.0+
  • # v5.0-v5.2: IP Address or fully qualified domain name with which the host was
  • # added
  • # v5.3+: The name of the host that contains the Volume Group.
  • hostname: String
  • # Required. Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: The unique ID of the Volume Group.
  • id: String!
  • # Required. Supported in v5.0+
  • # v5.0-v5.2: Whether this Volume Group is currently accessible on the host
  • # v5.3+: Specifies whether the Volume Group is accessible on the Rubrik cluster.
  • isRelic: Boolean!
  • # Required. Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: The name of the Volume Group.
  • name: String!
  • # Supported in v5.3+
  • # Specifies whether the Volume Group is set to take a full snapshot for the next
  • # backup.
  • forceFull: Boolean
  • # Supported in v5.3+
  • # Specifies whether the Volume Group needs to be migrated in order to use the fast
  • # VHDX builder. This flag is set only when the Volume Group's last backup job
  • # failed due to an error during data fetch, and the backup job did not use the
  • # fast VHDX builder.
  • needsMigration: Boolean
  • snappable: CdmWorkload
  • }