INPUT_OBJECT

UpdateVolumeGroupInput

Description

Input to update protection settings for volume group.

link GraphQL Schema definition

  • input UpdateVolumeGroupInput {
  • # Required. The ID of Volume Group.
  • id: String!
  • # Required. Properties to update for this Volume Group.
  • patchProperties: VolumeGroupPatchInput!
  • }

link Require by