drs / Client / update_failback_replication_configuration

update_failback_replication_configuration#

drs.Client.update_failback_replication_configuration(**kwargs)#

Allows you to update the failback replication configuration of a Recovery Instance by ID.

See also: AWS API Documentation

Request Syntax

response = client.update_failback_replication_configuration(
    bandwidthThrottling=123,
    name='string',
    recoveryInstanceID='string',
    usePrivateIP=True|False
)
Parameters:
  • 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) –

    [REQUIRED]

    The ID of the Recovery Instance.

  • usePrivateIP (boolean) – Whether to use Private IP for the failback replication of the Recovery Instance.

Returns:

None

Exceptions