class Aws::Drs::Types::ReplicationConfigurationReplicatedDisk

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

@note When making an API call, you may pass ReplicationConfigurationReplicatedDisk

data as a hash:

    {
      device_name: "BoundedString",
      iops: 1,
      is_boot_disk: false,
      staging_disk_type: "AUTO", # accepts AUTO, GP2, GP3, IO1, SC1, ST1, STANDARD
      throughput: 1,
    }

@!attribute [rw] device_name

The name of the device.
@return [String]

@!attribute [rw] iops

The requested number of I/O operations per second (IOPS).
@return [Integer]

@!attribute [rw] is_boot_disk

Whether to boot from this disk or not.
@return [Boolean]

@!attribute [rw] staging_disk_type

The Staging Disk EBS volume type to be used during replication.
@return [String]

@!attribute [rw] throughput

The throughput to use for the EBS volume in MiB/s. This parameter is
valid only for gp3 volumes.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ReplicationConfigurationReplicatedDisk AWS API Documentation

Constants

SENSITIVE