NamespaceManagementLoadBalancersSummary

The LoadBalancers.Summary contains contains basic information related to the load balancer for provisioning virtual servers in the namespace.


Properties

string
id Required

An DNS compliant identifier for a load balancer, which can be used to query or configure the load balancer properties. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.LoadBalancerConfig. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.LoadBalancerConfig.


provider Required

The LoadBalancers.Provider enumerates the kinds of load balancers supported by vSphere Namespaces.
HA_PROXY : HAProxy load balancer
AVI : NSX Advanced Load Balancer

Possible values are: HA_PROXYAVI

JSON Example

{
	"id": "string",
	"provider": "HA_PROXY"
}
Returned By

List Load Balancers

Feedback

Was this page helpful?