Class: Aws::Mgn::Types::DataReplicationInfoReplicatedDisk
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DataReplicationInfoReplicatedDisk
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Request to query disks replicated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backlogged_storage_bytes ⇒ Integer
Request to query data replication backlog size in bytes.
-
#device_name ⇒ String
Request to query device name.
-
#replicated_storage_bytes ⇒ Integer
Request to query amount of data replicated in bytes.
-
#rescanned_storage_bytes ⇒ Integer
Request to query amount of data rescanned in bytes.
-
#total_storage_bytes ⇒ Integer
Request to query total amount of data replicated in bytes.
Instance Attribute Details
#backlogged_storage_bytes ⇒ Integer
Request to query data replication backlog size in bytes.
694 695 696 697 698 699 700 701 702 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 694 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
Request to query device name.
694 695 696 697 698 699 700 701 702 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 694 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#replicated_storage_bytes ⇒ Integer
Request to query amount of data replicated in bytes.
694 695 696 697 698 699 700 701 702 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 694 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#rescanned_storage_bytes ⇒ Integer
Request to query amount of data rescanned in bytes.
694 695 696 697 698 699 700 701 702 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 694 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#total_storage_bytes ⇒ Integer
Request to query total amount of data replicated in bytes.
694 695 696 697 698 699 700 701 702 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 694 class DataReplicationInfoReplicatedDisk < Struct.new( :backlogged_storage_bytes, :device_name, :replicated_storage_bytes, :rescanned_storage_bytes, :total_storage_bytes) SENSITIVE = [] include Aws::Structure end |