libZSservicesZSamazonka-datasyncZSamazonka-datasync
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataSync.Types.NfsMountOptions

Description

 
Synopsis

Documentation

data NfsMountOptions Source #

Represents the mount options that are available for DataSync to access an NFS location.

See: newNfsMountOptions smart constructor.

Constructors

NfsMountOptions' 

Fields

  • version :: Maybe NfsVersion

    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:

    • NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
    • NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
    • NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.

Instances

Instances details
Eq NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Read NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Show 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 #

NFData NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

Methods

rnf :: NfsMountOptions -> () #

Hashable NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

ToJSON NfsMountOptions Source # 
Instance details

Defined in Amazonka.DataSync.Types.NfsMountOptions

FromJSON 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" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" '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 - 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:

  • NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
  • NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
  • NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.

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

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:

  • NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
  • NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
  • NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.