vcenter namespace management load balancers: summary

The summary contains contains basic information related to the load balancer for provisioning virtual servers in the namespace. This structure was added in vSphere API 7.0.1.0.

Representation:

{
    "provider""HA_PROXY",
    "id""obj-103"
}

Attributes:

Name Type Description
Required
id string An DNS compliant identifier for a load balancer, which can be used to query or configure the load balancer properties. This attribute was added in vSphere API 7.0.1.0.

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 string Load balancer provider for the namespace. This attribute was added in vSphere API 7.0.1.0.

The provider enumerates the kinds of load balancers supported by vSphere Namespaces. This enumeration was added in vSphere API 7.0.1.0. Value is one of:
HA_PROXY: This constant was added in vSphere API 7.0.1.0.