[{"label":"Latest (v37.1)","version":"latest"},{"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
Introduced1

InlineEdgeLoadBalancerPoolSummary1

Properties

boolean
activeMonitoringEnabled Optional

Whether active monitoring for this pool is enabled or not.


string
memberGroupType Introduced Optional

The type of Edge Firewall Group representing destination servers which are used by the Load Balancer Pool to direct load balanced traffic. This value will be absent if the pool is using an IP Address-based pool member specification instead of an Edge Firewall Group. Valid values include:

  • IP_SET
  • STATIC_MEMBERS
  • VM_CRITERIA


boolean
memberSslEnabled Optional

Whether SSL is enabled for communication between the Load Balancer Virtual Services and the pool members


string
name Optional

Name for the Load Balancer Pool. Name is unique across all pools for an Edge Gateway.


array of EntityReference
virtualServiceRefs Optional

The list of Load Balancer Virtual Services associated with this Load balancer Pool. Only first 10 Virtual Services will be returned.

JSON Example

{
	"activeMonitoringEnabled": false,
	"memberGroupType": "string",
	"memberSslEnabled": false,
	"name": "string",
	"virtualServiceRefs": [
		{
			"id": "string",
			"name": "string"
		}
	]
}
[{"label":"Latest (v37.1)","version":"latest"},{"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

EdgeLoadBalancerPoolSummary
What's changed in v37.1?

INTRODUCED (1)

Added Properties
memberGroupType

Feedback

Was this page helpful?