amazonka-datasync-2.0: Amazon DataSync SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataSync.Types.NfsMountOptions

Description

 
Synopsis

Documentation

data NfsMountOptions Source #

Specifies how DataSync can access a location using the NFS protocol.

See: newNfsMountOptions smart constructor.

Constructors

NfsMountOptions' 

Fields

  • version :: Maybe NfsVersion

    Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.

    You can specify the following options:

    • AUTOMATIC (default): DataSync chooses NFS version 4.1.
    • NFS3: Stateless protocol version that allows for asynchronous writes on the server.
    • NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
    • NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.

    DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.

Instances

Instances details
FromJSON NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

ToJSON NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Generic NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Associated Types

type Rep NfsMountOptions :: Type -> Type #

Read NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Show NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

NFData NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Methods

rnf :: NfsMountOptions -> () #

Eq NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Hashable NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

type Rep NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

type Rep NfsMountOptions = D1 ('MetaData "NfsMountOptions" "Amazonka.DataSync.Types.NfsMountOptions" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "NfsMountOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsVersion))))

newNfsMountOptions :: NfsMountOptions Source #

Create a value of NfsMountOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:NfsMountOptions', nfsMountOptions_version - Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.

You can specify the following options:

  • AUTOMATIC (default): DataSync chooses NFS version 4.1.
  • NFS3: Stateless protocol version that allows for asynchronous writes on the server.
  • NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
  • NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.

DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.

nfsMountOptions_version :: Lens' NfsMountOptions (Maybe NfsVersion) Source #

Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.

You can specify the following options:

  • AUTOMATIC (default): DataSync chooses NFS version 4.1.
  • NFS3: Stateless protocol version that allows for asynchronous writes on the server.
  • NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
  • NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.

DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.