LoadBalancerHealthParameters Data Type

Health Parameters of a Load Balancer

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
checkInterval int element 1/1 The approximate interval, in seconds, between health checks of an individual instance.
checkTarget string element 0/1 The Connection String to determine target instance health.
checkTimeout int element 1/1 The amount of time, in seconds, during which no response means a failed health check.
healthyThreshold int element 1/1 The number of consecutive health checks successes required before moving the instance to the Healthy state.
unhealthyThreshold int element 1/1 The number of consecutive health check failures required before moving the instance to the Unhealthy state.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<LoadBalancerHealthParameters xsitype="...">
  <healthyThreshold>...</healthyThreshold>
  <unhealthyThreshold>...</unhealthyThreshold>
  <checkInterval>...</checkInterval>
  <checkTimeout>...</checkTimeout>
  <checkTarget>...</checkTarget>
</LoadBalancerHealthParameters>