OBJECT
UpdateVolumeGroupReply
Description
Supported in v5.0+
link GraphQL Schema definition
- type UpdateVolumeGroupReply {
- # 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! :
- # 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! :
- # 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!]! : [
- # Supported in v5.3+
- # Describes any pending SLA Domain assignment on this object.
- ManagedObjectPendingSlaInfo :
- # Blackout window information.
- BlackoutWindowResponseInfo :
- # Supported in v9.2+
- # Configuration details for the volumes in the Volume Group.
- HostVolumeSummary!]! : [
- }