[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

InlineEdgeLoadBalancerPoolCommonProperties1

Properties

string
description Optional

The description of the Load Balancer Pool.


boolean
enabled Optional

True if Load Balancer Pool is enabled.


integer
enabledMemberCount Optional

The number of enabled members in the pool.


string
healthMessage Optional

The localized message on the health of the pool.


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.


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.


integer
memberCount Optional

The total number of members in the pool.


boolean
passiveMonitoringEnabled Optional

Whether passive monitoring for this pool is enabled or not.


integer
upMemberCount Optional

The number of enabled members in the pool that are operational.

JSON Example

{
	"description": "string",
	"enabled": false,
	"enabledMemberCount": 0,
	"healthMessage": "string",
	"healthStatus": "string",
	"id": "string",
	"memberCount": 0,
	"passiveMonitoringEnabled": false,
	"upMemberCount": 0
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

EdgeLoadBalancerPoolCommonProperties

Feedback

Was this page helpful?