exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LoadBalancerServiceHealthcheck

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mode** | Option<**String**> | Healthcheck mode | [optional]
**interval** | Option<**u64**> | Healthcheck interval (default: 10). Must be greater than or equal to Timeout | [optional]
**uri** | Option<**String**> | An endpoint to use for the HTTP healthcheck, e.g. '/status' | [optional]
**port** | Option<**u64**> | Healthcheck port | [optional]
**timeout** | Option<**u64**> | Healthcheck timeout value (default: 2). Must be lower than or equal to Interval | [optional]
**retries** | Option<**u64**> | Number of retries before considering a Service failed | [optional]
**tls_sni** | Option<**String**> | SNI domain for HTTPS healthchecks | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)