Values.UpdateFailbackReplicationConfigurationRequestSourceAllows you to update the failback replication configuration of a Recovery Instance by ID.
type nonrec t = {recoveryInstanceID : RecoveryInstanceID.t;The ID of the Recovery Instance.
*)name : BoundedString.t option;The name of the Failback Replication Configuration.
*)bandwidthThrottling : PositiveInteger.t option;Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
*)usePrivateIP : Boolean.t option;Whether to use Private IP for the failback replication of the Recovery Instance.
*)internetProtocol : InternetProtocol.t option;Which version of the Internet Protocol to use for replication of data. (IPv4 or IPv6)
*)}val make :
?name:??? ->
?bandwidthThrottling:??? ->
?usePrivateIP:??? ->
?internetProtocol:??? ->
recoveryInstanceID:RecoveryInstanceID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of PositiveInteger.t
| `String of RecoveryInstanceID.t ])
list ]