Sha256: 0c8cb42556d8feb8f567d2dbe35ddf2920cac8d11fe55aa261ed35fe8c1cb400

Contents?: true

Size: 875 Bytes

Versions: 4

Compression:

Stored size: 875 Bytes

Contents

# NetworkLoadBalancerForwardingRuleTargetHealthCheck

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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'

instance = Ionoscloud::NetworkLoadBalancerForwardingRuleTargetHealthCheck.new(
  check: null,
  check_interval: 2000,
  maintenance: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md
ionoscloud-6.1.0 docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md
ionoscloud-6.0.2 docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md
ionoscloud-6.0.1 docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md