INPUT_OBJECT

UpdateManagedVolumeInput

Description

Input for api call to update a Managed Volume.

link GraphQL Schema definition

  • input UpdateManagedVolumeInput {
  • # Required. ID of managed volume.
  • id: String!
  • # Required. Properties to update.
  • update: ManagedVolumeUpdateInput!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by