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

Description

 
Synopsis

Documentation

data VolumeiSCSIAttributes Source #

Lists iSCSI information about a volume.

See: newVolumeiSCSIAttributes smart constructor.

Constructors

VolumeiSCSIAttributes' 

Fields

Instances

Instances details
Eq VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

Read VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

Show VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

Generic VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

Associated Types

type Rep VolumeiSCSIAttributes :: Type -> Type #

NFData VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

Methods

rnf :: VolumeiSCSIAttributes -> () #

Hashable VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

FromJSON VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

type Rep VolumeiSCSIAttributes Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.VolumeiSCSIAttributes

type Rep VolumeiSCSIAttributes = D1 ('MetaData "VolumeiSCSIAttributes" "Amazonka.StorageGateway.Types.VolumeiSCSIAttributes" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "VolumeiSCSIAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lunNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: 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))))))

newVolumeiSCSIAttributes :: VolumeiSCSIAttributes Source #

Create a value of VolumeiSCSIAttributes 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:lunNumber:VolumeiSCSIAttributes', volumeiSCSIAttributes_lunNumber - The logical disk number.

$sel:targetARN:VolumeiSCSIAttributes', volumeiSCSIAttributes_targetARN - The Amazon Resource Name (ARN) of the volume target.

$sel:chapEnabled:VolumeiSCSIAttributes', volumeiSCSIAttributes_chapEnabled - Indicates whether mutual CHAP is enabled for the iSCSI target.

$sel:networkInterfaceId:VolumeiSCSIAttributes', volumeiSCSIAttributes_networkInterfaceId - The network interface identifier.

$sel:networkInterfacePort:VolumeiSCSIAttributes', volumeiSCSIAttributes_networkInterfacePort - The port used to communicate with iSCSI targets.

volumeiSCSIAttributes_targetARN :: Lens' VolumeiSCSIAttributes (Maybe Text) Source #

The Amazon Resource Name (ARN) of the volume target.

volumeiSCSIAttributes_chapEnabled :: Lens' VolumeiSCSIAttributes (Maybe Bool) Source #

Indicates whether mutual CHAP is enabled for the iSCSI target.

volumeiSCSIAttributes_networkInterfacePort :: Lens' VolumeiSCSIAttributes (Maybe Int) Source #

The port used to communicate with iSCSI targets.