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

EdgeLoadBalancerHealthMonitor

Specifies the health monitoring configuration for a Load Balancer Pool. Health monitors are used to monitor health of the Load Balancer Pool’s member servers.


Properties

string
type Required

Type of the health monitors. A value of “-” represents an unknown type. Such monitor can still be removed from the Load Balancer Pool on update but is not valid on create. Supported values are:

  • HTTP - HTTP request/response is used to validate health.
  • HTTPS - Used against HTTPS encrypted web servers to validate health.
  • TCP - TCP connection is used to validate health.
  • UDP - A UDP datagram is used to validate health.
  • PING - An ICMP ping is used to validate health.


string
name Optional

Name of the Health monitor. Name of the system defined monitors are prefixed with System for example ‘System-HTTP’.


boolean
systemDefined Optional

Whether the Health Monitor is system defined.

JSON Example

{
	"type": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    name:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    systemDefined:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    type:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"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
Availability
Added in 35.0
Property Of

InlineEdgeLoadBalancerPool1

Feedback

Was this page helpful?