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(
    recoveryInstanceID='string',
    name='string',
    bandwidthThrottling=123,
    usePrivateIP=True|False,
    internetProtocol='IPV4'|'IPV6'
)
Parameters:
  • recoveryInstanceID (string) –

    [REQUIRED]

    The ID of the Recovery Instance.

  • name (string) – The name of the Failback Replication Configuration.

  • bandwidthThrottling (integer) – Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.

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

  • internetProtocol (string) – Which version of the Internet Protocol to use for replication of data. (IPv4 or IPv6)

Returns:

None

Exceptions