INPUT_OBJECT
UpdateVolumeGroupInput
Description
Input to update protection settings for volume group.
link GraphQL Schema definition
- input UpdateVolumeGroupInput {
- # Required. The ID of Volume Group.
- String! :
- # Required. Properties to update for this Volume Group.
- VolumeGroupPatchInput! :
- }