Values.GetFailbackReplicationConfigurationResponseSourceLists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
type nonrec t = {recoveryInstanceID : RecoveryInstanceID.t option;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)
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `UninitializedAccountException of UninitializedAccountException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of PositiveInteger.t
| `String of RecoveryInstanceID.t ])
list ]