File: NetworkLoadBalancerForwardingRuleTargetHealthCheck.md

package info (click to toggle)
python-ionoscloud 6.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,172 kB
  • sloc: python: 41,445; sh: 35; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 708 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# NetworkLoadBalancerForwardingRuleTargetHealthCheck

## Properties
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **check** | **bool** | Makes the target available only if it accepts periodic health check TCP connection attempts; when turned off, the target is considered always available. The health check only consists of a connection attempt to the address and port of the target. | [optional]  |
| **check_interval** | **int** | The interval in milliseconds between consecutive health checks; default is 2000. | [optional]  |
| **maintenance** | **bool** | Maintenance mode prevents the target from receiving balanced traffic. | [optional]  |