InlineEdgeLoadBalancerPoolCommonProperties1
InlineEdgeLoadBalancerPoolCommonProperties1
JSON Example
{
"id": "string",
"description": "string",
"enabled": false,
"passiveMonitoringEnabled": false,
"healthStatus": "string",
"memberCount": 0,
"enabledMemberCount": 0,
"upMemberCount": 0,
"healthMessage": "string"
}
string
id
Optional
The unique ID of this Load Balancer Pool. On updates, the ID is required for the pool, while for create a new ID will be generated.
string
description
Optional
The description of the Load Balancer Pool.
boolean
enabled
Optional
True if Load Balancer Pool is enabled.
boolean
passiveMonitoringEnabled
Optional
Whether passive monitoring for this pool is enabled or not.
string
healthStatus
Optional
The current health status of the pool. Possible values are:
- UP - The pool is operational.
- RUNNING - The pool is operational, but less than 50% of the pool members are up.
- DOWN - All members in the pool are down.
- DISABLED - Either the pool is disabled or all of the members are disabled.
- UNAVAILABLE - The pool is unavailable. Examples: pool has no members or pool is not assigned to any virtual service.
- UNKNOWN - The pool state is unknown.
integer
memberCount
Optional
The total number of members in the pool.
integer
enabledMemberCount
Optional
The number of enabled members in the pool.
integer
upMemberCount
Optional
The number of enabled members in the pool that are operational.
string
healthMessage
Optional
The localized message on the health of the pool.