Class: Aws::Drs::Types::GetFailbackReplicationConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_throttlingInteger

Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.

Returns:

  • (Integer)


1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1218

class GetFailbackReplicationConfigurationResponse < Struct.new(
  :bandwidth_throttling,
  :name,
  :recovery_instance_id,
  :use_private_ip)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Failback Replication Configuration.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1218

class GetFailbackReplicationConfigurationResponse < Struct.new(
  :bandwidth_throttling,
  :name,
  :recovery_instance_id,
  :use_private_ip)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_instance_idString

The ID of the Recovery Instance.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1218

class GetFailbackReplicationConfigurationResponse < Struct.new(
  :bandwidth_throttling,
  :name,
  :recovery_instance_id,
  :use_private_ip)
  SENSITIVE = []
  include Aws::Structure
end

#use_private_ipBoolean

Whether to use Private IP for the failback replication of the Recovery Instance.

Returns:

  • (Boolean)


1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1218

class GetFailbackReplicationConfigurationResponse < Struct.new(
  :bandwidth_throttling,
  :name,
  :recovery_instance_id,
  :use_private_ip)
  SENSITIVE = []
  include Aws::Structure
end