Class: Aws::Drs::Types::DataReplicationInfoReplicatedDisk
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DataReplicationInfoReplicatedDisk
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
A disk that should be replicated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backlogged_storage_bytes ⇒ Integer
The size of the replication backlog in bytes.
-
#device_name ⇒ String
The name of the device.
-
#replicated_storage_bytes ⇒ Integer
The amount of data replicated so far in bytes.
-
#rescanned_storage_bytes ⇒ Integer
The amount of data to be rescanned in bytes.
-
#total_storage_bytes ⇒ Integer
The total amount of data to be replicated in bytes.
-
#volume_status ⇒ String
The status of the volume.
Instance Attribute Details
#backlogged_storage_bytes ⇒ Integer
The size of the replication backlog in bytes.
483 484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-drs/types.rb', line 483 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes, :volume_status) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
483 484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-drs/types.rb', line 483 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes, :volume_status) SENSITIVE = [] include Aws::Structure end |
#replicated_storage_bytes ⇒ Integer
The amount of data replicated so far in bytes.
483 484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-drs/types.rb', line 483 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes, :volume_status) SENSITIVE = [] include Aws::Structure end |
#rescanned_storage_bytes ⇒ Integer
The amount of data to be rescanned in bytes.
483 484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-drs/types.rb', line 483 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes, :volume_status) SENSITIVE = [] include Aws::Structure end |
#total_storage_bytes ⇒ Integer
The total amount of data to be replicated in bytes.
483 484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-drs/types.rb', line 483 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes, :volume_status) SENSITIVE = [] include Aws::Structure end |
#volume_status ⇒ String
The status of the volume.
483 484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-drs/types.rb', line 483 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes, :volume_status) SENSITIVE = [] include Aws::Structure end |