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

Description

 
Synopsis

Documentation

data DeviceiSCSIAttributes Source #

Lists iSCSI information about a VTL device.

See: newDeviceiSCSIAttributes smart constructor.

Constructors

DeviceiSCSIAttributes' 

Fields

Instances

Instances details
FromJSON DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Generic DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Associated Types

type Rep DeviceiSCSIAttributes :: Type -> Type #

Read DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Show DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

NFData DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Methods

rnf :: DeviceiSCSIAttributes -> () #

Eq DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Hashable DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

type Rep DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

type Rep DeviceiSCSIAttributes = D1 ('MetaData "DeviceiSCSIAttributes" "Amazonka.StorageGateway.Types.DeviceiSCSIAttributes" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "DeviceiSCSIAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chapEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "networkInterfacePort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "targetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeviceiSCSIAttributes :: DeviceiSCSIAttributes Source #

Create a value of DeviceiSCSIAttributes 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:chapEnabled:DeviceiSCSIAttributes', deviceiSCSIAttributes_chapEnabled - Indicates whether mutual CHAP is enabled for the iSCSI target.

$sel:networkInterfaceId:DeviceiSCSIAttributes', deviceiSCSIAttributes_networkInterfaceId - The network interface identifier of the VTL device.

$sel:networkInterfacePort:DeviceiSCSIAttributes', deviceiSCSIAttributes_networkInterfacePort - The port used to communicate with iSCSI VTL device targets.

$sel:targetARN:DeviceiSCSIAttributes', deviceiSCSIAttributes_targetARN - Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

deviceiSCSIAttributes_chapEnabled :: Lens' DeviceiSCSIAttributes (Maybe Bool) Source #

Indicates whether mutual CHAP is enabled for the iSCSI target.

deviceiSCSIAttributes_networkInterfaceId :: Lens' DeviceiSCSIAttributes (Maybe Text) Source #

The network interface identifier of the VTL device.

deviceiSCSIAttributes_networkInterfacePort :: Lens' DeviceiSCSIAttributes (Maybe Int) Source #

The port used to communicate with iSCSI VTL device targets.

deviceiSCSIAttributes_targetARN :: Lens' DeviceiSCSIAttributes (Maybe Text) Source #

Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.