target_group
Type representing a IonosCloud Target Group.
Parameters:
name
true
The name of the Target Group.
Properties:
ensure
No
The basic property that the resource should be in. Valid values are present
, absent
.
algorithm
No
Algorithm for the balancing.
protocol
No
Protocol of the balancing.
health_check
No
Health check attributes for Target Group.
http_health_check
No
Http health check attributes for Target Group.
targets
No
Array of targets of the Target Group.
id
No
The Target Group ID.
***
Changeable properties:
algorithm
protocol
health_check
http_health_check
targets
Examples
To list resources:
NOTE: If two resources have the same name only one of them will be shown.
To create, update or delete a resource:
NOTE: If two resources with the same name ar found an error will be thrown, this only applies to cases where the resource cannot be identified. Example: an error is thrown for two servers with the same name in the same datacenter, not for two servers with the same name, but in different datacenters.
Last updated