amazonka-drs-2.0: Amazon Elastic Disaster Recovery Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

Description

 
Synopsis

Documentation

data ReplicationConfigurationReplicatedDisk Source #

The configuration of a disk of the Source Server to be replicated.

See: newReplicationConfigurationReplicatedDisk smart constructor.

Constructors

ReplicationConfigurationReplicatedDisk' 

Fields

Instances

Instances details
FromJSON ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

ToJSON ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

Generic ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

Read ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

Show ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

NFData ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

Eq ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

Hashable ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

type Rep ReplicationConfigurationReplicatedDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk

type Rep ReplicationConfigurationReplicatedDisk = D1 ('MetaData "ReplicationConfigurationReplicatedDisk" "Amazonka.DrS.Types.ReplicationConfigurationReplicatedDisk" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "ReplicationConfigurationReplicatedDisk'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "isBootDisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "optimizedStagingDiskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationConfigurationReplicatedDiskStagingDiskType)) :*: (S1 ('MetaSel ('Just "stagingDiskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationConfigurationReplicatedDiskStagingDiskType)) :*: S1 ('MetaSel ('Just "throughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

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_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_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.