Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
ec2
/
File Content:
networkinterface.pyc
� �Wc @ s� d Z d d l m Z d d l m Z d d l m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s- Represents an EC2 Elastic Network Interface i����( t BotoClientError( t TaggedEC2Object( t ResultSet( t Groupt Attachmentc B s2 e Z d Z d � Z d � Z d � Z d � Z RS( s` :ivar id: The ID of the attachment. :ivar instance_id: The ID of the instance. :ivar device_index: The index of this device. :ivar status: The status of the device. :ivar attach_time: The time the device was attached. :ivar delete_on_termination: Whether the device will be deleted when the instance is terminated. c C sC d | _ d | _ d | _ d | _ d | _ d | _ t | _ d S( Ni ( t Nonet idt instance_idt instance_owner_idt device_indext statust attach_timet Falset delete_on_termination( t self( ( s= /usr/lib/python2.7/site-packages/boto/ec2/networkinterface.pyt __init__+ s c C s d | j S( Ns Attachment:%s( R ( R ( ( s= /usr/lib/python2.7/site-packages/boto/ec2/networkinterface.pyt __repr__4 s c C s d S( N( R ( R t namet attrst connection( ( s= /usr/lib/python2.7/site-packages/boto/ec2/networkinterface.pyt startElement7 s c C s� | d k r | | _ n� | d k r0 | | _ n� | d k rN t | � | _ n� | d k rf | | _ nv | d k r~ | | _ n^ | d k r� | | _ nF | d k r� | j � d k r� t | _ q� t | _ n t | | | � d S( Nt attachmentIdt instanceIdt deviceIndext instanceOwnerIdR t attachTimet deleteOnTerminationt true( R R t intR R R R t lowert TrueR R t setattr( R R t valueR ( ( s= /usr/lib/python2.7/site-packages/boto/ec2/networkinterface.pyt endElement: s"