INPUT_OBJECT
UpdateStorageArrayInput
Description
Details of the storage array to be updated.
link GraphQL Schema definition
- input UpdateStorageArrayInput {
- # Required. UUID of the Rubrik cluster the request goes to.
- String! :
- # Required. ID of the storage array to be updated.
- String! :
- # Required. JSON object for storage array definition.
- StorageArrayDefinitionInput! :
- }