docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md in ionoscloud-6.0.0 vs docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md in ionoscloud-6.0.1
- old
+ new
@@ -2,12 +2,12 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **check** | **Boolean** | Check specifies whether the target VM's health is checked. If turned off, a target VM is always considered available. If turned on, the target VM is available when accepting periodic TCP connections, to ensure that it is really able to serve requests. The address and port to send the tests to are those of the target VM. The health check only consists of a connection attempt. | [optional] |
-| **check_interval** | **Integer** | CheckInterval determines the duration (in milliseconds) between consecutive health checks. If unspecified a default of 2000 ms is used. | [optional] |
-| **maintenance** | **Boolean** | Maintenance specifies if a target VM should be marked as down, even if it is not. | [optional] |
+| **check** | **Boolean** | 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** | **Integer** | The interval in milliseconds between consecutive health checks; default is 2000. | [optional] |
+| **maintenance** | **Boolean** | Maintenance mode prevents the target from receiving balanced traffic. | [optional] |
## Example
```ruby
require 'ionoscloud'