Class: Aws::Drs::Types::DataReplicationInfoReplicatedDisk

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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.

Returns:

  • (Integer)


483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-drs/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_nameString

The name of the device.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-drs/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_bytesInteger

The amount of data replicated so far in bytes.

Returns:

  • (Integer)


483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-drs/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_bytesInteger

The amount of data to be rescanned in bytes.

Returns:

  • (Integer)


483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-drs/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_bytesInteger

The total amount of data to be replicated in bytes.

Returns:

  • (Integer)


483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-drs/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_statusString

The status of the volume.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-drs/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