Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
ec2
/
elb
/
File Content:
instancestate.pyo
� �Wc @ s d e f d � � YZ d S( t InstanceStatec B sA e Z d Z d d d d d d � Z d � Z d � Z d � Z RS( s? Represents the state of an EC2 Load Balancer Instance c C s1 | | _ | | _ | | _ | | _ | | _ d S( s8 :ivar boto.ec2.elb.loadbalancer.LoadBalancer load_balancer: The load balancer this instance is registered to. :ivar str description: A description of the instance. :ivar str instance_id: The EC2 instance ID. :ivar str reason_code: Provides information about the cause of an OutOfService instance. Specifically, it indicates whether the cause is Elastic Load Balancing or the instance behind the LoadBalancer. :ivar str state: Specifies the current state of the instance. N( t load_balancert descriptiont statet instance_idt reason_code( t selfR R R R R ( ( s>