OptionalconnectionOptional stream factory used for testing or custom transports. When set, the client skips the socket path existence check.
OptionalhostHostname for TCP or TLS connections.
When set, the client uses a network socket instead of a Unix socket.
OptionalportPort for TCP or TLS connections.
OptionalreconnectAutomatically re-establishes the connection with exponential backoff after an unexpected disconnect (a transport error or an unrequested socket close).
This does not apply to the initial OVSDBClient.connect, which
always resolves or rejects exactly once. It also does not resend
in-flight requests or re-arm monitors; re-subscribe from a connect
listener, which fires again on every successful reconnect.
OptionalreconnectBase delay in milliseconds before the first reconnect attempt. Doubles after each failed attempt up to reconnectMaxDelay.
OptionalreconnectUpper bound in milliseconds for the reconnect backoff delay.
OptionalsocketPath to the OVSDB Unix domain socket.
OptionaltimeoutRequest and connection timeout in milliseconds.
OptionaltlsEnables TLS for network connections.
OptionaltlsExtra TLS connection options forwarded to node:tls.
These options are only used when tls is enabled.
Options for configuring an OVSDBClient.