Class: Aws::Drs::Types::RecoveryInstanceDataReplicationInfoReplicatedDisk

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backlogged_storage_bytesInteger

The size of the replication backlog in bytes.



2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/aws-sdk-drs/types.rb', line 2398

class RecoveryInstanceDataReplicationInfoReplicatedDisk < Struct.new(
  :backlogged_storage_bytes,
  :device_name,
  :replicated_storage_bytes,
  :rescanned_storage_bytes,
  :total_storage_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of the device.



2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/aws-sdk-drs/types.rb', line 2398

class RecoveryInstanceDataReplicationInfoReplicatedDisk < Struct.new(
  :backlogged_storage_bytes,
  :device_name,
  :replicated_storage_bytes,
  :rescanned_storage_bytes,
  :total_storage_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#replicated_storage_bytesInteger

The amount of data replicated so far in bytes.



2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/aws-sdk-drs/types.rb', line 2398

class RecoveryInstanceDataReplicationInfoReplicatedDisk < Struct.new(
  :backlogged_storage_bytes,
  :device_name,
  :replicated_storage_bytes,
  :rescanned_storage_bytes,
  :total_storage_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#rescanned_storage_bytesInteger

The amount of data to be rescanned in bytes.



2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/aws-sdk-drs/types.rb', line 2398

class RecoveryInstanceDataReplicationInfoReplicatedDisk < Struct.new(
  :backlogged_storage_bytes,
  :device_name,
  :replicated_storage_bytes,
  :rescanned_storage_bytes,
  :total_storage_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#total_storage_bytesInteger

The total amount of data to be replicated in bytes.



2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/aws-sdk-drs/types.rb', line 2398

class RecoveryInstanceDataReplicationInfoReplicatedDisk < Struct.new(
  :backlogged_storage_bytes,
  :device_name,
  :replicated_storage_bytes,
  :rescanned_storage_bytes,
  :total_storage_bytes)
  SENSITIVE = []
  include Aws::Structure
end