VMware Cloud Director API - LBPoolHealthCheckType
LBPoolHealthCheckType
- Type:
- LBPoolHealthCheckType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents a service port health check list.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<LBPoolHealthCheckType xmlns="http://www.vmware.com/vcloud/v1.5">
<Mode> xs:string </Mode>
<Uri> xs:string </Uri>
<HealthThreshold> xs:string </HealthThreshold>
<UnhealthThreshold> xs:string </UnhealthThreshold>
<Interval> xs:string </Interval>
<Timeout> xs:string </Timeout>
</LBPoolHealthCheckType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description HealthThreshold string No always 5.1 Health threshold for this service port. Interval string No none 5.1 Interval between health checks. Mode string Yes always 5.1 Load balancer service port health check mode. One of: TCP, HTTP, SSL. Timeout string No none 5.1 Health check timeout. UnhealthThreshold string No always 5.1 Unhealth check port for this profile. Uri string No always 5.1 Load balancer service port health check URI. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.