Values.CreateOutboundConnectionResponseSourceThe result of a CreateOutboundConnection request. Contains details about the newly created cross-cluster connection.
type nonrec t = {localDomainInfo : DomainInformationContainer.t option;Information about the source (local) domain.
*)remoteDomainInfo : DomainInformationContainer.t option;Information about the destination (remote) domain.
*)connectionAlias : ConnectionAlias.t option;Name of the connection.
*)connectionStatus : OutboundConnectionStatus.t option;The status of the connection.
*)connectionId : ConnectionId.t option;The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
*)connectionMode : ConnectionMode.t option;The connection mode.
*)connectionProperties : ConnectionProperties.t option;The ConnectionProperties for the newly created connection.
*)}type nonrec error = [ | `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionAlias.t
| `Structure of
(string
* [> `Enum of string
| `String of ConnectionStatusMessage.t
| `Structure of
(string * [> `Enum of string | `String of OwnerId.t ]) list ])
list ])
list ]