OBJECT

VolumeGroupDetailInfo

Description

Supported in v9.2

link GraphQL Schema definition

  • type VolumeGroupDetailInfo {
  • # Required. Supported in v9.2
  • # The unique ID of the Volume Group.
  • id: String!
  • # Required. Supported in v9.2
  • # Indicates whether backup, archival, and replication are paused for this Volume
  • # Group.
  • isPaused: Boolean!
  • # Required. Supported in v9.2
  • # The ID of the SLA Domain policy to assign to the Volume Group.
  • configuredSlaDomainId: String!
  • # Supported in v9.2
  • # Describes any pending SLA Domain assignment on this object.
  • pendingSlaDomain: ManagedObjectPendingSlaInfo
  • # Required. Supported in v9.2
  • # Configuration details for the volumes in the Volume Group.
  • volumes: [HostVolumeSummary!]!
  • }