libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
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.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
Eq DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Read DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

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

NFData DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

Methods

rnf :: DeviceiSCSIAttributes -> () #

Hashable DeviceiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.DeviceiSCSIAttributes

FromJSON 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" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "DeviceiSCSIAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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)))))

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

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

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.

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.