Reference Guide

Table Of Contents
Name Description Schema
path
optional
Local path to a location within the file system. With NFS,
each export must have a unique local path. By default, the
system exports the root of the file system (top-most
directory) at the time the file system is created. This path
specifies the unique location of the file system on the
storage system. Before you can create additional exports
within an NFS shared folder, you must create directories
within it from a Linux/Unix host that is connected to the
file system. After a directory has been created from a
mounted host, you can create a corresponding export and
set access permissions accordingly.
string
read_only_hos
ts
optional
Hosts with read-only access to the NFS export and its
snapshots. Hosts can be entered by Hostname, IP addresses
(IPv4, IPv6, IPv4/PrefixLength, IPv6/PrefixLenght, or
IPv4/subnetmask), or Netgroups prefixed with @.
< string > array
read_only_roo
t_hosts
optional
Hosts with read-only and ready-only for root user access to
the NFS Export and its snapshots. Hosts can be entered by
Hostname, IP addresses (IPv4, IPv6, IPv4/PrefixLength,
IPv6/PrefixLenght, or IPv4/subnetmask), or Netgroups
prefixed with @.
< string > array
read_write_ho
sts
optional
Hosts with read and write access to the NFS export and its
snapshots. Hosts can be entered by Hostname, IP addresses
(IPv4, IPv6, IPv4/PrefixLength, IPv6/PrefixLenght, or
IPv4/subnetmask), or Netgroups prefixed with @.
< string > array
read_write_ro
ot_hosts
optional
Hosts with read and write and read and write for root user
access to the NFS Export and its snapshots. Hosts can be
entered by Hostname, IP addresses (IPv4, IPv6,
IPv4/PrefixLength, IPv6/PrefixLenght, or IPv4/subnetmask),
or Netgroups prefixed with @.
< string > array
nfs_export_modify
Name Description Schema
add_no_access
_hosts
optional
Hosts to add to the no_access_host list. Hosts can be entered
by Hostname, IP addresses (IPv4, IPv6, IPv4/PrefixLength,
IPv6/PrefixLenght, or IPv4/subnetmask), or Netgroups
prefixed with @. Error if the host already exists in the list.
Cannot be combined with no_access_hosts.
< string > array
711