TargetGroupProperties
Properties
Example
require 'ionoscloud'
instance = Ionoscloud::TargetGroupProperties.new(
algorithm: ROUND_ROBIN,
health_check: null,
http_health_check: null,
name: My target group,
protocol: HTTP,
targets: null
)Last updated
