INPUT_OBJECT
UpdateManagedVolumeInput
Description
Input for api call to update a Managed Volume.
link GraphQL Schema definition
- input UpdateManagedVolumeInput {
- # Required. ID of managed volume.
- : String!
- # Required. Properties to update.
- : ManagedVolumeUpdateInput!
- }