You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protocol, so you must set `protocol=3` explicitly when you connect.
287
287
{{< /note >}}
288
288
289
-
The `MaintenanceEventsConfig` constructor accepts the following parameters:
289
+
The `MaintNotificationsConfig` constructor accepts the following parameters:
290
290
291
291
| Name | Type | Default | Description |
292
292
|------|------|---------|-------------|
293
293
|`enabled`|`bool`|`False`| Whether or not to enable SCH. |
294
294
|`proactive_reconnect`|`bool`|`True`| Whether or not to automatically reconnect when a node is replaced. |
295
-
|`relax_timeout`|`int`|`20`| The timeout (in seconds) to use while the server is performing maintenance. A value of `-1` disables the relax timeout and just uses the normal timeout during maintenance. |
295
+
|`endpoint_type`|`EndpointType`| Auto-detect | The type of endpoint to use for the connection. The options are `EndpointType.EXTERNAL_IP`, `EndpointType.INTERNAL_IP`, `EndpointType.EXTERNAL_FQDN`, `EndpointType.INTERNAL_FQDN`, and `EndpointType.NONE`. |
296
+
|`relaxed_timeout`|`int`|`20`| The timeout (in seconds) to use while the server is performing maintenance. A value of `-1` disables the relax timeout and just uses the normal timeout during maintenance. |
0 commit comments