Sha256: 9236081494c0286527ae339b79853156624688b4ed644e5a389cbb54b25f5604

Contents?: true

Size: 902 Bytes

Versions: 1

Compression:

Stored size: 902 Bytes

Contents

# TargetGroupHealthCheck

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **check_interval** | **Integer** | The interval in milliseconds between consecutive health checks; the default value is '2000'. | [optional] |

| **check_timeout** | **Integer** | The maximum time in milliseconds is to wait for a target to respond to a check. For target VMs with a 'Check Interval' set, the smaller of the two values is used once the TCP connection is established. | [optional] |

| **retries** | **Integer** | The maximum number of attempts to reconnect to a target after a connection failure. The valid range is '0 to 65535'; the default value is '3'. | [optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::TargetGroupHealthCheck.new(
  check_interval: 2000,

  check_timeout: 2000,

  retries: 3
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/TargetGroupHealthCheck.md