INPUT_OBJECT

NasSystemUpdateInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Input for updating a NAS system.

link GraphQL Schema definition

  • input NasSystemUpdateInput {
  • # Supported in v7.0+
  • # The updated Generic NAS system parameters.
  • genericNasSystemParameters: GenericNasSystemParametersInput
  • # Supported in v7.0+
  • # The updated hostname of the NAS system.
  • hostname: String
  • # Supported in v7.0+
  • # Specifies the default Changelist setting for all shares in the Isilon NAS
  • # system.
  • isIsilonChangelistEnabled: Boolean
  • # Supported in v7.0+
  • # The updated API credentials of the NAS system.
  • nasApiCredentials: NasApiCredentialsInput
  • # Supported in v8.1+
  • nasFlashBladeApiCredentials: FlashBladeSystemParametersInput
  • # 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
  • # Supported in v8.1+
  • nutanixFileServerParameters: NutanixFileServerParametersInput
  • }