amazonka-snowball-2.0: Amazon Import/Export Snowball 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.Snowball.Types.NFSOnDeviceServiceConfiguration

Description

 
Synopsis

Documentation

data NFSOnDeviceServiceConfiguration Source #

An object that represents the metadata and configuration settings for the NFS (Network File System) service on an Amazon Web Services Snow Family device.

See: newNFSOnDeviceServiceConfiguration smart constructor.

Constructors

NFSOnDeviceServiceConfiguration' 

Fields

Instances

Instances details
FromJSON NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

ToJSON NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

Generic NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

Associated Types

type Rep NFSOnDeviceServiceConfiguration :: Type -> Type #

Read NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

Show NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

NFData NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

Eq NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

Hashable NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

type Rep NFSOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration

type Rep NFSOnDeviceServiceConfiguration = D1 ('MetaData "NFSOnDeviceServiceConfiguration" "Amazonka.Snowball.Types.NFSOnDeviceServiceConfiguration" "amazonka-snowball-2.0-6vnXQdr1CFv4zLyXDWX7zH" 'False) (C1 ('MetaCons "NFSOnDeviceServiceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "storageUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageUnit))))

newNFSOnDeviceServiceConfiguration :: NFSOnDeviceServiceConfiguration Source #

Create a value of NFSOnDeviceServiceConfiguration 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:storageLimit:NFSOnDeviceServiceConfiguration', nFSOnDeviceServiceConfiguration_storageLimit - The maximum NFS storage for one Snow Family device.

$sel:storageUnit:NFSOnDeviceServiceConfiguration', nFSOnDeviceServiceConfiguration_storageUnit - The scale unit of the NFS storage on the device.

Valid values: TB.

nFSOnDeviceServiceConfiguration_storageUnit :: Lens' NFSOnDeviceServiceConfiguration (Maybe StorageUnit) Source #

The scale unit of the NFS storage on the device.

Valid values: TB.