amazonka-storagegateway-2.0: Amazon Storage Gateway 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.StorageGateway.Types.VTLDevice

Description

 
Synopsis

Documentation

data VTLDevice Source #

Represents a device object associated with a tape gateway.

See: newVTLDevice smart constructor.

Constructors

VTLDevice' 

Fields

Instances

Instances details
FromJSON VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

Generic VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

Associated Types

type Rep VTLDevice :: Type -> Type #

Read VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

Show VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

NFData VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

Methods

rnf :: VTLDevice -> () #

Eq VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

Hashable VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

type Rep VTLDevice Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VTLDevice

type Rep VTLDevice = D1 ('MetaData "VTLDevice" "Amazonka.StorageGateway.Types.VTLDevice" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "VTLDevice'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceiSCSIAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceiSCSIAttributes)) :*: S1 ('MetaSel ('Just "vTLDeviceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vTLDeviceProductIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vTLDeviceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vTLDeviceVendor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newVTLDevice :: VTLDevice Source #

Create a value of VTLDevice 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:deviceiSCSIAttributes:VTLDevice', vTLDevice_deviceiSCSIAttributes - A list of iSCSI information about a VTL device.

$sel:vTLDeviceARN:VTLDevice', vTLDevice_vTLDeviceARN - Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

$sel:vTLDeviceProductIdentifier:VTLDevice', vTLDevice_vTLDeviceProductIdentifier - Specifies the model number of device that the VTL device emulates.

$sel:vTLDeviceType:VTLDevice', vTLDevice_vTLDeviceType - Specifies the type of device that the VTL device emulates.

$sel:vTLDeviceVendor:VTLDevice', vTLDevice_vTLDeviceVendor - Specifies the vendor of the device that the VTL device object emulates.

vTLDevice_deviceiSCSIAttributes :: Lens' VTLDevice (Maybe DeviceiSCSIAttributes) Source #

A list of iSCSI information about a VTL device.

vTLDevice_vTLDeviceARN :: Lens' VTLDevice (Maybe Text) Source #

Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

vTLDevice_vTLDeviceProductIdentifier :: Lens' VTLDevice (Maybe Text) Source #

Specifies the model number of device that the VTL device emulates.

vTLDevice_vTLDeviceType :: Lens' VTLDevice (Maybe Text) Source #

Specifies the type of device that the VTL device emulates.

vTLDevice_vTLDeviceVendor :: Lens' VTLDevice (Maybe Text) Source #

Specifies the vendor of the device that the VTL device object emulates.