Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
ec2
/
File Content:
address.pyc
� �Wc @ s* d d l m Z d e f d � � YZ d S( i����( t EC2Objectt Addressc B sh e Z d Z d d d d � Z d � Z d � Z e d � Z e Z d d d e e d � Z e d � Z RS( s� Represents an EC2 Elastic IP Address :ivar public_ip: The Elastic IP address. :ivar instance_id: The instance the address is associated with (if any). :ivar domain: Indicates whether the address is a EC2 address or a VPC address (standard|vpc). :ivar allocation_id: The allocation ID for the address (VPC addresses only). :ivar association_id: The association ID for the address (VPC addresses only). :ivar network_interface_id: The network interface (if any) that the address is associated with (VPC addresses only). :ivar network_interface_owner_id: The owner IID (VPC addresses only). :ivar private_ip_address: The private IP address associated with the Elastic IP address (VPC addresses only). c C sk t t | � j | � | | _ | | _ | | _ d | _ d | _ d | _ d | _ d | _ d | _ d S( N( t superR t __init__t connectiont public_ipt instance_idt Nonet domaint allocation_idt association_idt network_interface_idt network_interface_owner_idt private_ip_address( t selfR R R ( ( s4 /usr/lib/python2.7/site-packages/boto/ec2/address.pyR ( s c C s d | j S( Ns Address:%s( R ( R ( ( s4 /usr/lib/python2.7/site-packages/boto/ec2/address.pyt __repr__4 s c C s� | d k r | | _ n� | d k r0 | | _ n� | d k rH | | _ n� | d k r` | | _ np | d k rx | | _ nX | d k r� | | _ n@ | d k r� | | _ n( | d k r� | | _ n t | | | � d S( Nt publicIpt instanceIdR t allocationIdt associationIdt networkInterfaceIdt networkInterfaceOwnerIdt privateIpAddress( R R R R R R R R t setattr( R t namet valueR ( ( s4 /usr/lib/python2.7/site-packages/boto/ec2/address.pyt endElement7 s"