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 hostname of the NAS system.
- String :
- # Supported in v7.0+
- # Specifies the default Changelist setting for all shares in the Isilon NAS
- # system.
- Boolean :
- # Supported in v8.1+
- # Optional parameter that specifies whether to remove the system-generated (not
- # user-supplied) SMB credentials in namespaces and recreate them. If this
- # parameter is true, the system-generated SMB credentials in all namespaces are
- # removed. In addition, when the NAS system does not have user-supplied (system
- # level) SMB credentials, new SMB credentials are generated in each namespace that
- # does not have user-supplied (namespace level) SMB credentials. The API
- # credentials must be provided when this parameter is true.
- 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.
- Boolean :
- # 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.
- Boolean :
- # Supported in v7.0+
- # The updated Generic NAS system parameters.
- GenericNasSystemParametersInput :
- # Supported in v7.0+
- # The updated API credentials of the NAS system.
- NasApiCredentialsInput :
- # Supported in v8.1+
- FlashBladeSystemParametersInput :
- # Supported in v8.1+
- NutanixFileServerParametersInput :
- # 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.
- NasShareCredentialsInput :
- }