| 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.Disk
Description
Synopsis
- data Disk = Disk' {}
- newDisk :: Disk
- disk_diskAllocationResource :: Lens' Disk (Maybe Text)
- disk_diskAllocationType :: Lens' Disk (Maybe Text)
- disk_diskAttributeList :: Lens' Disk (Maybe [Text])
- disk_diskId :: Lens' Disk (Maybe Text)
- disk_diskNode :: Lens' Disk (Maybe Text)
- disk_diskPath :: Lens' Disk (Maybe Text)
- disk_diskSizeInBytes :: Lens' Disk (Maybe Integer)
- disk_diskStatus :: Lens' Disk (Maybe Text)
Documentation
Represents a gateway's local disk.
See: newDisk smart constructor.
Constructors
| Disk' | |
Fields
| |
Instances
Create a value of Disk 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:diskAllocationResource:Disk', disk_diskAllocationResource - The iSCSI qualified name (IQN) that is defined for a disk. This field is
not included in the response if the local disk is not defined as an
iSCSI target. The format of this field is
targetIqn::LUNNumber::region-volumeId.
$sel:diskAllocationType:Disk', disk_diskAllocationType - Undocumented member.
$sel:diskAttributeList:Disk', disk_diskAttributeList - Undocumented member.
$sel:diskId:Disk', disk_diskId - The unique device ID or other distinguishing data that identifies a
local disk.
$sel:diskNode:Disk', disk_diskNode - The device node of a local disk as assigned by the virtualization
environment.
$sel:diskPath:Disk', disk_diskPath - The path of a local disk in the gateway virtual machine (VM).
$sel:diskSizeInBytes:Disk', disk_diskSizeInBytes - The local disk size in bytes.
$sel:diskStatus:Disk', disk_diskStatus - A value that represents the status of a local disk.
disk_diskAllocationResource :: Lens' Disk (Maybe Text) Source #
The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
disk_diskId :: Lens' Disk (Maybe Text) Source #
The unique device ID or other distinguishing data that identifies a local disk.
disk_diskNode :: Lens' Disk (Maybe Text) Source #
The device node of a local disk as assigned by the virtualization environment.