INPUT_OBJECT
NasConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input NasConfigInput {
- # Supported in v5.0+
- # TLS certification to validate NAS server.
- String :
- # Supported in v5.0+
- # API endpoint to access NAS API 'FLASHBLADE'.
- String :
- # Supported in v5.0+
- # Hostname or IP used in the NAS API calls.
- String :
- # Supported in v5.0+
- # v5.0-v5.3: Password to access NAS API 'ISILON/NETAPP'
- # v6.0+: Password to access NAS vendor API.
- String :
- # Supported in v5.0+
- # API token to access NAS API 'FLASHBLADE'.
- String :
- # Supported in v5.0+
- # v5.0-v5.3: Username to access NAS API 'ISILON/NETAPP'
- # v6.0+: Username to access NAS vendor API.
- String :
- # Supported in v5.0+
- # Name of the Isilon zone that data IP belongs to.
- String :
- # Specifies whether SnapDiff is enabled on NetApp NAS.
- Boolean :
- # Specifies if Changelist is enabled on Isilon NAS share. When this value is
- # 'true', metadata retrievals during backup operations use the Isilon Changelist
- # feature. The Changelist feature improves incremental backup performance by
- # tracking the difference between two snapshots and reducing the metadata scanning
- # time during a backup job.
- Boolean :
- # Specifies if SnapDiff is enabled on NetApp NAS share. When this value is 'true',
- # metadata retrievals during backup operations use the NetApp SnapDiff feature.
- # The SnapDiff feature improves incremental backup performance by tracking the
- # difference between two snapshots, reducing the metadata scanning time during a
- # backup job.
- Boolean :
- # Supported in v5.3+
- # Specifies whether shares on the NAS host are automatically discovered. When this
- # value is 'true', Rubrik periodically (every 30 minutes by default) connects to
- # the NAS host to discover NFS and SMB shares.
- Boolean :
- # Specifies whether CFT (Change File Tracking) is enabled on the Nutanix NAS
- # share. When this value is 'true', metadata retrievals during backup operations
- # use the Nutanix CFT feature. The CFT feature improves incremental backup
- # performance by tracking the difference between two snapshots, reducing the
- # metadata scanning time during a backup job.
- Boolean :
- # Required. Supported in v5.0+
- # v5.0-v5.3: Type of NAS vendor 'ISILON/NETAPP/FLASHBLADE'
- # v6.0+: Specifies the NAS vendor, which can be ISILON, NETAPP, FLASHBLADE, or
- # NUTANIX.
- String! :
- }