get_failback_replication_configuration

drs.Client.get_failback_replication_configuration(**kwargs)

Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.

See also: AWS API Documentation

Request Syntax

response = client.get_failback_replication_configuration(
    recoveryInstanceID='string'
)
Parameters
recoveryInstanceID (string) --

[REQUIRED]

The ID of the Recovery Instance whose failback replication configuration should be returned.

Return type
dict
Returns
Response Syntax
{
    'bandwidthThrottling': 123,
    'name': 'string',
    'recoveryInstanceID': 'string',
    'usePrivateIP': True|False
}

Response Structure

  • (dict) --
    • bandwidthThrottling (integer) --

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

    • name (string) --

      The name of the Failback Replication Configuration.

    • recoveryInstanceID (string) --

      The ID of the Recovery Instance.

    • usePrivateIP (boolean) --

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

Exceptions

  • drs.Client.exceptions.ResourceNotFoundException
  • drs.Client.exceptions.InternalServerException
  • drs.Client.exceptions.ThrottlingException
  • drs.Client.exceptions.UninitializedAccountException