Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data VolumeiSCSIAttributes = VolumeiSCSIAttributes' {}
- newVolumeiSCSIAttributes :: VolumeiSCSIAttributes
- volumeiSCSIAttributes_lunNumber :: Lens' VolumeiSCSIAttributes (Maybe Natural)
- volumeiSCSIAttributes_targetARN :: Lens' VolumeiSCSIAttributes (Maybe Text)
- volumeiSCSIAttributes_chapEnabled :: Lens' VolumeiSCSIAttributes (Maybe Bool)
- volumeiSCSIAttributes_networkInterfaceId :: Lens' VolumeiSCSIAttributes (Maybe Text)
- volumeiSCSIAttributes_networkInterfacePort :: Lens' VolumeiSCSIAttributes (Maybe Int)
Documentation
data VolumeiSCSIAttributes Source #
Lists iSCSI information about a volume.
See: newVolumeiSCSIAttributes
smart constructor.
VolumeiSCSIAttributes' | |
|
Instances
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_lunNumber :: Lens' VolumeiSCSIAttributes (Maybe Natural) Source #
The logical disk number.
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_networkInterfaceId :: Lens' VolumeiSCSIAttributes (Maybe Text) Source #
The network interface identifier.
volumeiSCSIAttributes_networkInterfacePort :: Lens' VolumeiSCSIAttributes (Maybe Int) Source #
The port used to communicate with iSCSI targets.