TargetGroupHttpHealthCheck
Properties
Example
require 'ionoscloud'
instance = Ionoscloud::TargetGroupHttpHealthCheck.new(
match_type: STATUS_CODE,
method: GET,
negate: false,
path: /monitoring,
regex: false,
response: 200
)Last updated
