/usr/lib/python2.6/site-packages/novaclient/v2
Edit: /usr/lib/python2.6/site-packages/novaclient/v2/floating_ips.pyc (2222B)
=vVc @ sF d d k l Z d e i f d YZ d e i f d YZ d S( i( t baset
FloatingIPc B s e Z d Z RS( c C s | i i | d S( s)
Delete this floating IP
N( t managert delete( t self( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyR s ( t __name__t
__module__R ( ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyR s t FloatingIPManagerc B s5 e Z e Z d Z d d Z d Z d Z RS( c C s | i d d S( s#
List floating IPs
s /os-floating-ipst floating_ips( t _list( R ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyt list s c C s | i d h | d 6d S( s?
Create (allocate) a floating IP for a tenant
s /os-floating-ipst poolt floating_ip( t _create( R R ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyt create% s c C s | i d t i | d S( s
Delete (deallocate) a floating IP for a tenant
:param floating_ip: The floating IP address to delete.
s /os-floating-ips/%sN( t _deleteR t getid( R R ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyR + s c C s | i d t i | d S( s(
Retrieve a floating IP
s /os-floating-ips/%sR ( t _getR R ( R R ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyt get3 s N( R R R t resource_classR
t NoneR R R ( ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyR s
N( t
novaclientR t ResourceR t ManagerWithFindR ( ( ( sE /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/floating_ips.pyt
s