INPUT_OBJECT

RegisterNasSystemInput

Description

Input for registering a new NAS System.

link GraphQL Schema definition

  • input RegisterNasSystemInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Registration definition for a NAS system. This contains parameters
  • # needed to protect the NAS system such as a hostname or the cluster management IP
  • # address, and login credentials to access the system.
  • nasSystem: NasSystemRegisterInput!
  • }

link Require by