anonymous_gid(Optional[Integer[-2147483648,2147483647]])
— Specifies the group ID of the anonymous account.
anonymous_uid(Optional[Integer[-2147483648,2147483647]])
— Specifies the user ID of the anonymous account.
default_access(Optional[Enum['No_Access','Read_Only','Read_Write','Root','Read_Only_Root']])
— Default access level for all hosts that can access the Export.* No_Access- Deny access to the Export for the hosts.* Read_Only- Allow read only access to the Export for the hosts.* Read_Write- Allow read write access to the Export for the hosts.* Root - Allow read write access to the Export for the hosts. Allow access to the Export for root user.* Read_Only_Root- Allow read only root access to the Export for the hosts.
description(Optional[String[0,511]])
— User defined NFS Export description.
file_system_id(String)
— Unique identifier of the file system on which the NFS Export will be created.
is_no_suid(Optional[Boolean])
— If set, do not allow access to set SUID. Otherwise, allow access.
min_security(Optional[Enum['Sys','Kerberos','Kerberos_With_Integrity','Kerberos_With_Encryption']])
— NFS enforced security type for users accessing an NFS Export.* Sys - Allow the user to authenticate with any NFS security types: UNIX, Kerberos, Kerberos with integrity, or Kerberos with encryption.* Kerberos - Allow only Kerberos security for user authentication.* Kerberos_With_Integrity- Allow only Kerberos with integrity and Kerberos with encryption security for user authentication.* Kerberos_With_Encryption- Allow only Kerberos with encryption security for user authentication.
name(String[1,80])
— NFS Export name.
no_access_hosts(Optional[Array[String]])
— Hosts with no access to the NFS export or its snapshots. Hosts can be entered by Hostname, IP addresses (IPv4, IPv6, IPv4/PrefixLength, IPv6/PrefixLenght, or IPv4/subnetmask), or Netgroups prefixed with @.
path(String[1,1023])
— Local path to export relative to the file system root directory. With NFS, each export of a file_system or file_snap must have a unique local path.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.
read_only_hosts(Optional[Array[String]])
— 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 @.
read_only_root_hosts(Optional[Array[String]])
— 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 @.
read_write_hosts(Optional[Array[String]])
— 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 @.
read_write_root_hosts(Optional[Array[String]])
— 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 @.