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.
  • configuredSlaDomainId: 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.
  • isPaused: Boolean!
  • # Summary information about a volume group.
  • volumeGroupSummary: VolumeGroupSummary
  • # Required. Supported in v5.0+
  • # v5.0-v5.2:
  • # v5.3+: Configuration details for the volumes in the Volume Group.
  • volumes: [HostVolumeSummary!]!
  • # Supported in v5.3+
  • # Describes any pending SLA Domain assignment on this object.
  • pendingSlaDomain: ManagedObjectPendingSlaInfo
  • # Blackout window information.
  • blackoutWindowResponseInfo: BlackoutWindowResponseInfo
  • # Configuration details for the volumes in the Volume Group.
  • excludedVolumes: [HostVolumeSummary!]!
  • }

link Require by