Reference Guide

Table Of Contents
Name Description Schema
add_read_onl
y_hosts
optional
Hosts to add to the current read_only_hosts 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. Cannot combine with read_only_hosts.
< string > array
add_read_onl
y_root_hosts
optional
Hosts to add to the current read_only_root_hosts 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. Cannot combine with read_only_root_hosts.
< string > array
add_read_writ
e_hosts
optional
Hosts to add to the current read_write_hosts list. Hosts can
be entered by Hostname, IP addresses (IPv4, IPv6,
IPv4/PrefixLength, IPv6/PrefixLenght, or IPv4/subnetmask),
or Netgroups prefixed with @. Error if Host is already
exists. Cannot combine with read_write_hosts.
< string > array
add_read_writ
e_root_hosts
optional
Hosts to add to the current read_write_root_hosts 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. Cannot combine with read_write_root_hosts.
< string > array
anonymous_G
ID
optional
Specifies the group ID of the anonymous account.
Default : -2
Minimum value : -2147483648
Maximum value : 2147483647
integer (int32)
anonymous_U
ID
optional
Specifies the user ID of the anonymous account.
Default : -2
Minimum value : -2147483648
Maximum value : 2147483647
integer (int32)
default_access
optional
NFSExportDefaultAc
cessEnum
description
optional
NFS Export description.
Length : 0 - 511
string
is_no_SUID
optional
If set, do not allow access to set SUID. Otherwise, allow
access.
boolean
712