class Aws::DataSync::Types::NfsMountOptions
Represents the mount options that are available for DataSync
to access an NFS location.
@note When making an API call, you may pass NfsMountOptions
data as a hash: { version: "AUTOMATIC", # accepts AUTOMATIC, NFS3, NFS4_0, NFS4_1 }
@!attribute [rw] version
The specific NFS version that you want DataSync to use to mount your NFS share. If the server refuses to use the version specified, the sync will fail. If you don't specify a version, DataSync defaults to `AUTOMATIC`. That is, DataSync automatically selects a version based on negotiation with the NFS server. You can specify the following NFS versions: * <b> <a href="https://tools.ietf.org/html/rfc1813">NFSv3</a> </b> - stateless protocol version that allows for asynchronous writes on the server. * <b> <a href="https://tools.ietf.org/html/rfc3530">NFSv4.0</a> </b> - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems. * <b> <a href="https://tools.ietf.org/html/rfc5661">NFSv4.1</a> </b> - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/NfsMountOptions AWS API Documentation
Constants
- SENSITIVE