INPUT_OBJECT

NasSystemRegisterInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Input for registering a new NAS System.

link GraphQL Schema definition

  • input NasSystemRegisterInput {
  • # Supported in v7.0+
  • genericNasSystemParameters: GenericNasSystemParametersInput
  • # Required. Supported in v7.0+
  • hostname: String!
  • # Supported in v7.0+
  • # Specifies the default Changelist setting for all shares in the Isilon NAS
  • # system.
  • isIsilonChangelistEnabled: Boolean
  • # Supported in v9.4+
  • # Enables the Metro Cluster feature for the NetApp NAS system. If the NetApp
  • # cluster is operating in the Metro Cluster environment and this flag is not
  • # enabled, the NAS protections on this NAS system will not seamlessly move when
  • # switchover or switchback occurs.
  • isNetAppMetroClusterEnabled: Boolean
  • # Supported in v8.1+
  • nasFlashBladeApiCredentials: FlashBladeSystemParametersInput
  • # Supported in v7.0+
  • nasTmpApiCredentials: NasApiCredentialsInput
  • # Required. Supported in v7.0+
  • nasVendorType: NasVendorType!
  • # Supported in v8.1+
  • nutanixFileServerParameters: NutanixFileServerParametersInput
  • # Supported in v8.1+
  • # Optional parameter that specifies whether to grant root client access to NFS
  • # shares on Isilon and NetApp NAS systems. The root client access is granted on
  • # first fileset creation for the NFS share. The default value is true.
  • shouldGrantNfsShareRootAccess: Boolean
  • # Supported in v8.1+
  • # Optional parameter that specifies whether to grant root user access to SMB
  • # shares on Isilon NAS systems. The root user access is granted on first fileset
  • # creation for the SMB share. The default value is true. This setting is
  • # applicable only when system-generated credentials are used.
  • shouldGrantSmbShareRootAccess: Boolean
  • # Supported in v8.1+
  • # Optional credentials that will be used to access all the SMB shares on the NAS
  • # system unless overridden at the NAS namespace level or at the NAS share level.
  • # This is applicable for NetApp and Isilon NAS systems only.
  • smbCredentials: NasShareCredentialsInput
  • }