Class: Aws::Drs::Types::ReplicationConfigurationReplicatedDisk

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The name of the device.

Returns:

  • (String)


2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2818

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :optimized_staging_disk_type,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The requested number of I/O operations per second (IOPS).

Returns:

  • (Integer)


2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2818

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :optimized_staging_disk_type,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#is_boot_diskBoolean

Whether to boot from this disk or not.

Returns:

  • (Boolean)


2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2818

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :optimized_staging_disk_type,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#optimized_staging_disk_typeString

The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to Auto. This is a read-only field.

Returns:

  • (String)


2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2818

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :optimized_staging_disk_type,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#staging_disk_typeString

The Staging Disk EBS volume type to be used during replication.

Returns:

  • (String)


2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2818

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :optimized_staging_disk_type,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

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

Returns:

  • (Integer)


2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2818

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :optimized_staging_disk_type,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end