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 VTLDevice = VTLDevice' {}
- newVTLDevice :: VTLDevice
- vTLDevice_deviceiSCSIAttributes :: Lens' VTLDevice (Maybe DeviceiSCSIAttributes)
- vTLDevice_vTLDeviceVendor :: Lens' VTLDevice (Maybe Text)
- vTLDevice_vTLDeviceARN :: Lens' VTLDevice (Maybe Text)
- vTLDevice_vTLDeviceType :: Lens' VTLDevice (Maybe Text)
- vTLDevice_vTLDeviceProductIdentifier :: Lens' VTLDevice (Maybe Text)
Documentation
Represents a device object associated with a tape gateway.
See: newVTLDevice
smart constructor.
VTLDevice' | |
|
Instances
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:vTLDeviceVendor:VTLDevice'
, vTLDevice_vTLDeviceVendor
- Specifies the vendor of the device that the VTL device object emulates.
$sel:vTLDeviceARN:VTLDevice'
, vTLDevice_vTLDeviceARN
- Specifies the unique Amazon Resource Name (ARN) of the device (tape
drive or media changer).
$sel:vTLDeviceType:VTLDevice'
, vTLDevice_vTLDeviceType
- Specifies the type of device that the VTL device emulates.
$sel:vTLDeviceProductIdentifier:VTLDevice'
, vTLDevice_vTLDeviceProductIdentifier
- Specifies the model number of device that the VTL device emulates.
vTLDevice_deviceiSCSIAttributes :: Lens' VTLDevice (Maybe DeviceiSCSIAttributes) Source #
A list of iSCSI information about a VTL device.
vTLDevice_vTLDeviceVendor :: Lens' VTLDevice (Maybe Text) Source #
Specifies the vendor of the device that the VTL device object emulates.
vTLDevice_vTLDeviceARN :: Lens' VTLDevice (Maybe Text) Source #
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).