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.TGWOnDeviceServiceConfiguration

Description

 
Synopsis

Documentation

data TGWOnDeviceServiceConfiguration Source #

An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.

See: newTGWOnDeviceServiceConfiguration smart constructor.

Constructors

TGWOnDeviceServiceConfiguration' 

Fields

  • storageLimit :: Maybe Natural

    The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.

  • storageUnit :: Maybe StorageUnit

    The scale unit of the virtual tapes on the device.

Instances

Instances details
FromJSON TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

ToJSON TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

Generic TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

Associated Types

type Rep TGWOnDeviceServiceConfiguration :: Type -> Type #

Read TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

Show TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

NFData TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

Eq TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

Hashable TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

type Rep TGWOnDeviceServiceConfiguration Source # 
Instance details

Defined in Amazonka.Snowball.Types.TGWOnDeviceServiceConfiguration

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

newTGWOnDeviceServiceConfiguration :: TGWOnDeviceServiceConfiguration Source #

Create a value of TGWOnDeviceServiceConfiguration 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:TGWOnDeviceServiceConfiguration', tGWOnDeviceServiceConfiguration_storageLimit - The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.

$sel:storageUnit:TGWOnDeviceServiceConfiguration', tGWOnDeviceServiceConfiguration_storageUnit - The scale unit of the virtual tapes on the device.

tGWOnDeviceServiceConfiguration_storageLimit :: Lens' TGWOnDeviceServiceConfiguration (Maybe Natural) Source #

The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.