OBJECT
UpdateVolumeGroupReply
Description
Supported in v5.0+
link GraphQL Schema definition
- type UpdateVolumeGroupReply {
- # Blackout window information.
- : BlackoutWindowResponseInfo
- # Required. Supported in v5.0+
- # v5.0-v5.2: Assign this Volume Group to the given SLA domain.
- # v5.3+: The ID of the SLA Domain policy to assign to the Volume Group.
- : String!
- # Supported in v9.2+
- # Configuration details for the volumes in the Volume Group.
- : [HostVolumeSummary!]!
- # Required. Supported in v5.0+
- # v5.0-v5.2: Whether backup/archival/replication is paused for this Volume Group
- # v5.3+: Indicates whether backup, archival, and replication are paused for this
- # Volume Group.
- : Boolean!
- # Supported in v5.3+
- # Describes any pending SLA Domain assignment on this object.
- : ManagedObjectPendingSlaInfo
- # Summary information about a volume group.
- : VolumeGroupSummary
- # Required. Supported in v5.0+
- # v5.0-v5.2:
- # v5.3+: Configuration details for the volumes in the Volume Group.
- : [HostVolumeSummary!]!
- }