Class: Aws::Mgn::Types::DataReplicationInfoReplicatedDisk

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

Instance Attribute Details

#backlogged_storage_bytesInteger

Request to query data replication backlog size in bytes.

Returns:

  • (Integer)


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_nameString

Request to query device name.

Returns:

  • (String)


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_bytesInteger

Request to query amount of data replicated in bytes.

Returns:

  • (Integer)


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_bytesInteger

Request to query amount of data rescanned in bytes.

Returns:

  • (Integer)


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_bytesInteger

Request to query total amount of data replicated in bytes.

Returns:

  • (Integer)


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