OBJECT
VolumeGroupDetailInfo
Description
Supported in v9.2+
link GraphQL Schema definition
- type VolumeGroupDetailInfo {
- # Required. Supported in v9.2+
- # The ID of the SLA Domain policy to assign to the Volume Group.
- : String!
- # Required. Supported in v9.2+
- # The unique ID of the Volume Group.
- : String!
- # Required. Supported in v9.2+
- # Indicates whether backup, archival, and replication are paused for this Volume
- # Group.
- : Boolean!
- # Supported in v9.2+
- # Describes any pending SLA Domain assignment on this object.
- : ManagedObjectPendingSlaInfo
- # Required. Supported in v9.2+
- # Configuration details for the volumes in the Volume Group.
- : [HostVolumeSummary!]!
- }