| 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.DrS.Types.ReplicationConfigurationReplicatedDisk
Description
Synopsis
- data ReplicationConfigurationReplicatedDisk = ReplicationConfigurationReplicatedDisk' {}
- newReplicationConfigurationReplicatedDisk :: ReplicationConfigurationReplicatedDisk
- replicationConfigurationReplicatedDisk_deviceName :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Text)
- replicationConfigurationReplicatedDisk_iops :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Natural)
- replicationConfigurationReplicatedDisk_isBootDisk :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Bool)
- replicationConfigurationReplicatedDisk_optimizedStagingDiskType :: Lens' ReplicationConfigurationReplicatedDisk (Maybe ReplicationConfigurationReplicatedDiskStagingDiskType)
- replicationConfigurationReplicatedDisk_stagingDiskType :: Lens' ReplicationConfigurationReplicatedDisk (Maybe ReplicationConfigurationReplicatedDiskStagingDiskType)
- replicationConfigurationReplicatedDisk_throughput :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Natural)
Documentation
data ReplicationConfigurationReplicatedDisk Source #
The configuration of a disk of the Source Server to be replicated.
See: newReplicationConfigurationReplicatedDisk smart constructor.
Constructors
| ReplicationConfigurationReplicatedDisk' | |
Fields
| |
Instances
newReplicationConfigurationReplicatedDisk :: ReplicationConfigurationReplicatedDisk Source #
Create a value of ReplicationConfigurationReplicatedDisk 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:deviceName:ReplicationConfigurationReplicatedDisk', replicationConfigurationReplicatedDisk_deviceName - The name of the device.
$sel:iops:ReplicationConfigurationReplicatedDisk', replicationConfigurationReplicatedDisk_iops - The requested number of I/O operations per second (IOPS).
$sel:isBootDisk:ReplicationConfigurationReplicatedDisk', replicationConfigurationReplicatedDisk_isBootDisk - Whether to boot from this disk or not.
$sel:optimizedStagingDiskType:ReplicationConfigurationReplicatedDisk', replicationConfigurationReplicatedDisk_optimizedStagingDiskType - When stagingDiskType is set to Auto, this field shows the current
staging disk EBS volume type as it is constantly updated by the service.
This is a read-only field.
$sel:stagingDiskType:ReplicationConfigurationReplicatedDisk', replicationConfigurationReplicatedDisk_stagingDiskType - The Staging Disk EBS volume type to be used during replication.
$sel:throughput:ReplicationConfigurationReplicatedDisk', replicationConfigurationReplicatedDisk_throughput - The throughput to use for the EBS volume in MiB/s. This parameter is
valid only for gp3 volumes.
replicationConfigurationReplicatedDisk_deviceName :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Text) Source #
The name of the device.
replicationConfigurationReplicatedDisk_iops :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Natural) Source #
The requested number of I/O operations per second (IOPS).
replicationConfigurationReplicatedDisk_isBootDisk :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Bool) Source #
Whether to boot from this disk or not.
replicationConfigurationReplicatedDisk_optimizedStagingDiskType :: Lens' ReplicationConfigurationReplicatedDisk (Maybe ReplicationConfigurationReplicatedDiskStagingDiskType) Source #
When stagingDiskType is set to Auto, this field shows the current
staging disk EBS volume type as it is constantly updated by the service.
This is a read-only field.
replicationConfigurationReplicatedDisk_stagingDiskType :: Lens' ReplicationConfigurationReplicatedDisk (Maybe ReplicationConfigurationReplicatedDiskStagingDiskType) Source #
The Staging Disk EBS volume type to be used during replication.
replicationConfigurationReplicatedDisk_throughput :: Lens' ReplicationConfigurationReplicatedDisk (Maybe Natural) Source #
The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.