EdgeLoadBalancerPoolMember

EdgeLoadBalancerPoolMember
EdgeLoadBalancerPoolMember

Defines a member (a destination server) in a Load Balancer Pool.

JSON Example
{
    "ipAddress": "string",
    "port": 0,
    "ratio": 0,
    "enabled": false,
    "healthStatus": "string",
    "markedDownBy": [
        "string"
    ],
    "detailedHealthMessage": "string"
}
string
ipAddress
Required

The ip address of the Load Balancer Pool member.

integer As int32 As int32
port
Optional

The port number of the Load Balancer Pool member. If unset, the port that the client used to connect will be used.

integer As int32 As int32
ratio
Optional

The ratio of selecting eligible servers in the pool.

boolean
enabled
Optional

Whether the Load Balancer Pool member is enabled or not.

string
healthStatus
Optional

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.
array of string
markedDownBy
Optional

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.

string
detailedHealthMessage
Optional

The non-localized detailed message on the health of the pool member.

Availability
Added in 35.0