ElasticExportPolicyRule interface
Elastic Volume Export Policy Rule
Properties
| allowed |
Client ingress specification for the export policy as list of IPv4 CIDRs, IPv4 host addresses and host names. |
| nfsv3 | Allows clients to access the volume with the NFSv3 protocol. Enable only for NFSv3 type volumes |
| nfsv4 | Allows clients to access the volume with at least NFSv4.1 protocol. |
| root |
Indicates whether root access to the volume is granted to clients affected by this rule |
| rule |
Controls the priority of the export policy rule. When connecting to the volume the rule with the lowest index that applies to the connecting client is used |
| unix |
Specifies the Unix file access level for the volume. It encompasses both read-only and read-write permissions. Additionally, NoAccess can be set to block all access to the volume |
Property Details
allowedClients
Client ingress specification for the export policy as list of IPv4 CIDRs, IPv4 host addresses and host names.
allowedClients?: string[]
Property Value
string[]
nfsv3
Allows clients to access the volume with the NFSv3 protocol. Enable only for NFSv3 type volumes
nfsv3?: string
Property Value
string
nfsv4
Allows clients to access the volume with at least NFSv4.1 protocol.
nfsv4?: string
Property Value
string
rootAccess
Indicates whether root access to the volume is granted to clients affected by this rule
rootAccess?: string
Property Value
string
ruleIndex
Controls the priority of the export policy rule. When connecting to the volume the rule with the lowest index that applies to the connecting client is used
ruleIndex?: number
Property Value
number
unixAccessRule
Specifies the Unix file access level for the volume. It encompasses both read-only and read-write permissions. Additionally, NoAccess can be set to block all access to the volume
unixAccessRule?: string
Property Value
string