| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StorageGateway.Types.VTLDevice
Description
Synopsis
- data VTLDevice = VTLDevice' {}
- newVTLDevice :: VTLDevice
- vTLDevice_deviceiSCSIAttributes :: Lens' VTLDevice (Maybe DeviceiSCSIAttributes)
- vTLDevice_vTLDeviceARN :: Lens' VTLDevice (Maybe Text)
- vTLDevice_vTLDeviceProductIdentifier :: Lens' VTLDevice (Maybe Text)
- vTLDevice_vTLDeviceType :: Lens' VTLDevice (Maybe Text)
- vTLDevice_vTLDeviceVendor :: Lens' VTLDevice (Maybe Text)
Documentation
Represents a device object associated with a tape gateway.
See: newVTLDevice smart constructor.
Constructors
| VTLDevice' | |
Fields
| |
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:vTLDeviceARN:VTLDevice', vTLDevice_vTLDeviceARN - Specifies the unique Amazon Resource Name (ARN) of the device (tape
drive or media changer).
$sel:vTLDeviceProductIdentifier:VTLDevice', vTLDevice_vTLDeviceProductIdentifier - Specifies the model number of device that the VTL device emulates.
$sel:vTLDeviceType:VTLDevice', vTLDevice_vTLDeviceType - Specifies the type of device that the VTL device emulates.
$sel:vTLDeviceVendor:VTLDevice', vTLDevice_vTLDeviceVendor - Specifies the vendor of the device that the VTL device object emulates.
vTLDevice_deviceiSCSIAttributes :: Lens' VTLDevice (Maybe DeviceiSCSIAttributes) Source #
A list of iSCSI information about a VTL device.
vTLDevice_vTLDeviceARN :: Lens' VTLDevice (Maybe Text) Source #
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
vTLDevice_vTLDeviceProductIdentifier :: Lens' VTLDevice (Maybe Text) Source #
Specifies the model number of device that the VTL device emulates.