/AWS1/CL_FSXFILECACHENFSCONF¶
The configuration for an NFS data repository association (DRA) created during the creation of the Amazon File Cache resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_version TYPE /AWS1/FSXNFSVERSION /AWS1/FSXNFSVERSION¶
The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is
NFS3, which indicates that the data repository must support the NFSv3 protocol.
Optional arguments:¶
it_dnsips TYPE /AWS1/CL_FSXREPOSITORYDNSIPS_W=>TT_REPOSITORYDNSIPS TT_REPOSITORYDNSIPS¶
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
Queryable Attributes¶
Version¶
The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is
NFS3, which indicates that the data repository must support the NFSv3 protocol.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
DnsIps¶
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSIPS() |
Getter for DNSIPS, with configurable default |
ASK_DNSIPS() |
Getter for DNSIPS w/ exceptions if field has no value |
HAS_DNSIPS() |
Determine if DNSIPS has a value |