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 Disk = Disk' {}
- newDisk :: Disk
- disk_diskAllocationResource :: Lens' Disk (Maybe Text)
- disk_diskAllocationType :: 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)
- disk_diskId :: Lens' Disk (Maybe Text)
- disk_diskAttributeList :: Lens' Disk (Maybe [Text])
Documentation
Represents a gateway's local disk.
See: newDisk
smart constructor.
Disk' | |
|
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: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.
$sel:diskId:Disk'
, disk_diskId
- The unique device ID or other distinguishing data that identifies a
local disk.
$sel:diskAttributeList:Disk'
, disk_diskAttributeList
- Undocumented member.
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_diskNode :: Lens' Disk (Maybe Text) Source #
The device node of a local disk as assigned by the virtualization environment.
disk_diskPath :: Lens' Disk (Maybe Text) Source #
The path of a local disk in the gateway virtual machine (VM).
disk_diskStatus :: Lens' Disk (Maybe Text) Source #
A value that represents the status of a local disk.