Sha256: 014098f2df80f84624b79cdbfbc6cfaced7fac1699e5e23033d272ffb62791ad
Contents?: true
Size: 850 Bytes
Versions: 2
Compression:
Stored size: 850 Bytes
Contents
# TargetGroupProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the target group. | | | **algorithm** | **String** | Balancing algorithm | | | **protocol** | **String** | Balancing protocol | | | **targets** | [**Array<TargetGroupTarget>**](TargetGroupTarget.md) | Array of items in the collection. | [optional] | | **health_check** | [**TargetGroupHealthCheck**](TargetGroupHealthCheck.md) | | [optional] | | **http_health_check** | [**TargetGroupHttpHealthCheck**](TargetGroupHttpHealthCheck.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::TargetGroupProperties.new( name: My target group, algorithm: ROUND_ROBIN, protocol: HTTP, targets: null, health_check: null, http_health_check: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.1 | docs/models/TargetGroupProperties.md |
ionoscloud-6.1.0 | docs/models/TargetGroupProperties.md |