EdgeLoadBalancerPoolMember
Defines a member (a destination server) in a Load Balancer Pool.
{
"ipAddress": "string",
"port": 0,
"ratio": 0,
"enabled": false,
"healthStatus": "string",
"markedDownBy": [
"string"
],
"detailedHealthMessage": "string"
}
The ip address of the Load Balancer Pool member.
The port number of the Load Balancer Pool member. If unset, the port that the client used to connect will be used.
The ratio of selecting eligible servers in the pool.
Whether the Load Balancer Pool member is enabled or not.
The current health status of the pool member. Possible values are:
- UP - The member is operational.
- DOWN - The member is down.
- DISABLED - The member is disabled
- UNKNOWN - The state is unknown.
When the member is DOWN, the value gives the names of the health monitors that marked the member as down. If a monitor cannot be determined, the value will be UNKNOWN.
The non-localized detailed message on the health of the pool member.