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.
- 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.
- String :
- # Required. Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: The unique ID of the Volume Group.
- 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.
- Boolean! :
- # Required. Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: The name of the Volume Group.
- String! :
- # Supported in v5.3+
- # Specifies whether the Volume Group is set to take a full snapshot for the next
- # backup.
- 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.
- Boolean :
- CdmWorkload :
- # Supported in v9.2+
- # Operating system of the host. One of Windows, Linux, AIX, HPUX, or SunOS.
- String :
- # Supported in v9.2+
- # Indicates whether backup, archiving, and replication are paused for this Volume
- # Group.
- Boolean :
- HostRbsConnectionStatus :
- # Supported in v9.2+
- # Configuration details for the volumes in the Volume Group.
- HostVolumeSummary!]! : [
- }