Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
ec2
/
elb
/
File Content:
healthcheck.pyo
� �Wc @ 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<