Sha256: 8cf7a9f0a69f36530ae671c85e35c65f00a18a57c543eee41a1c0c802f0a28e8
Contents?: true
Size: 769 Bytes
Versions: 2
Compression:
Stored size: 769 Bytes
Contents
# TargetGroupHttpHealthCheck ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **path** | **String** | The path (destination URL) for the HTTP health check request; the default is /. | [optional] | | **method** | **String** | The method for the HTTP health check. | [optional] | | **match_type** | **String** | | | | **response** | **String** | The response returned by the request, depending on the match type. | | | **regex** | **Boolean** | | [optional] | | **negate** | **Boolean** | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::TargetGroupHttpHealthCheck.new( path: /monitoring, method: GET, match_type: STATUS_CODE, response: 200, regex: false, negate: false ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.1 | docs/models/TargetGroupHttpHealthCheck.md |
ionoscloud-6.1.0 | docs/models/TargetGroupHttpHealthCheck.md |