INPUT_OBJECT

UpdateNasSystemInput

Description

Input to update a NAS system.

link GraphQL Schema definition

  • input UpdateNasSystemInput {
  • # Required. ID of the registered NAS system.
  • id: String!
  • # Required. Properties of the NAS system to update.
  • nasSystemUpdateProperties: NasSystemUpdateInput!
  • }

link Require by