/usr/lib/python2.6/site-packages/boto/ec2/elb
Edit: /usr/lib/python2.6/site-packages/boto/ec2/elb/healthcheck.pyo (3106B)
Ñò
Å-õSc @ s d e f d „ ƒ YZ d S( t HealthCheckc B sM e Z d Z d d d d d d d „ Z d „ Z d „ Z d „ Z d „ Z RS(
s¦
Represents an EC2 Access Point Health Check. See
:ref:`elb-configuring-a-health-check` for a walkthrough on configuring
load balancer health checks.
i i i c C s: | | _ | | _ | | _ | | _ | | _ | | _ d S( sì
:ivar str access_point: The name of the load balancer this
health check is associated with.
:ivar int interval: Specifies how many seconds there are between
health checks.
:ivar str target: Determines what to check on an instance. See the
Amazon HealthCheck_ documentation for possible Target values.
.. _HealthCheck: http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/APIReference/API_HealthCheck.html
N( t access_pointt intervalt targett healthy_thresholdt timeoutt unhealthy_threshold( t selfR R R R R R ( ( s<