INPUT_OBJECT
UpdateNasSystemInput
Description
Input to update a NAS system.
link GraphQL Schema definition
- input UpdateNasSystemInput {
- # Required. ID of the registered NAS system.
- String! :
- # Required. Properties of the NAS system to update.
- NasSystemUpdateInput! :
- }