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
The `MaintNotificationsConfig` builder accepts the following options:
313
+
314
+
| Method | Description |
315
+
|--------|-------------|
316
+
|`enableMaintNotifications()`| Enable SCH. |
317
+
|`endpointType(EndpointType type)`| Set 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`. Use the separate `autoResolveEndpointType()` method to auto-detect based on the connection (this is the default behavior). |
318
+
|`autoResolveEndpointType()`| Auto-detect the type of endpoint to use for the connection. This is the default behavior. Use `endpointType()` to set a specific endpoint type. |
319
+
320
+
Among other options, the `TimeoutOptions` builder accepts the following option
321
+
that is relevant to SCH:
322
+
323
+
| Method | Description |
324
+
|--------|-------------|
325
+
|`relaxedTimeoutsDuringMaintenance(Duration duration)`| Set the timeout to use while the server is performing maintenance. The default is 10 seconds. |
0 commit comments