[{"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

InlineEdgeLoadBalancerPoolSummary1

Properties

boolean
activeMonitoringEnabled Optional

Whether active monitoring for this pool is enabled or not.


boolean
memberSslEnabled Optional

Whether SSL is enabled for communicatation 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,
	"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

Feedback

Was this page helpful?