Skip to content

Update Failback Replication Configuration

drs_update_failback_replication_configuration R Documentation

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

Description

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

Usage

drs_update_failback_replication_configuration(recoveryInstanceID, name,
  bandwidthThrottling, usePrivateIP, internetProtocol)

Arguments

recoveryInstanceID

[required] The ID of the Recovery Instance.

name

The name of the Failback Replication Configuration.

bandwidthThrottling

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

usePrivateIP

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

internetProtocol

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

Value

An empty list.

Request syntax

svc$update_failback_replication_configuration(
  recoveryInstanceID = "string",
  name = "string",
  bandwidthThrottling = 123,
  usePrivateIP = TRUE|FALSE,
  internetProtocol = "IPV4"|"IPV6"
)