Values.ReplicationConfigurationReplicatedDiskSourceThe configuration of a disk of the Source Server to be replicated.
type nonrec t = {deviceName : BoundedString.t option;The name of the device.
*)isBootDisk : Boolean.t option;Whether to boot from this disk or not.
*)stagingDiskType : ReplicationConfigurationReplicatedDiskStagingDiskType.t
option;The Staging Disk EBS volume type to be used during replication.
*)iops : PositiveInteger.t option;The requested number of I/O operations per second (IOPS).
*)throughput : PositiveInteger.t option;The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.
*)optimizedStagingDiskType : ReplicationConfigurationReplicatedDiskStagingDiskType.t
option;The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to Auto. This is a read-only field.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of PositiveInteger.t
| `String of BoundedString.t ])
list ]