Class: Aws::Mgn::Types::DataReplicationInfoReplicatedDisk
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DataReplicationInfoReplicatedDisk
- Includes:
- Structure
- Defined in:
- 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.
714 715 716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-mgn/types.rb', line 714 class DataReplicationInfoReplicatedDisk < Struct.new( :device_name, :total_storage_bytes, :replicated_storage_bytes, :rescanned_storage_bytes, :backlogged_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
Request to query device name.
714 715 716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-mgn/types.rb', line 714 class DataReplicationInfoReplicatedDisk < Struct.new( :device_name, :total_storage_bytes, :replicated_storage_bytes, :rescanned_storage_bytes, :backlogged_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#replicated_storage_bytes ⇒ Integer
Request to query amount of data replicated in bytes.
714 715 716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-mgn/types.rb', line 714 class DataReplicationInfoReplicatedDisk < Struct.new( :device_name, :total_storage_bytes, :replicated_storage_bytes, :rescanned_storage_bytes, :backlogged_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#rescanned_storage_bytes ⇒ Integer
Request to query amount of data rescanned in bytes.
714 715 716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-mgn/types.rb', line 714 class DataReplicationInfoReplicatedDisk < Struct.new( :device_name, :total_storage_bytes, :replicated_storage_bytes, :rescanned_storage_bytes, :backlogged_storage_bytes) SENSITIVE = [] include Aws::Structure end |
#total_storage_bytes ⇒ Integer
Request to query total amount of data replicated in bytes.
714 715 716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-mgn/types.rb', line 714 class DataReplicationInfoReplicatedDisk < Struct.new( :device_name, :total_storage_bytes, :replicated_storage_bytes, :rescanned_storage_bytes, :backlogged_storage_bytes) SENSITIVE = [] include Aws::Structure end |