Sha256: 5bcb96189c61bfc1ffc21772881709bca3e1d1add3d0d28e8edc379538220052
Contents?: true
Size: 881 Bytes
Versions: 1
Compression:
Stored size: 881 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md |