l.b.Node(object) : class documentation

Part of libcloud.base View Source View In Hierarchy

Known subclasses: libcloud.drivers.gogrid.GoGridNode

Implements interfaces: libcloud.interface.INode

A Base Node class to derive from.
Method __init__ Undocumented
Method get_uuid Provides a system wide unique ID for the node
Method reboot Call `self.driver.reboot_node(self)`. A convenience method.
Method destroy Call `self.driver.destroy_node(self)`. A convenience method.
Method __repr__ Undocumented
def __init__(self, id, name, state, public_ip, private_ip, driver, extra=None): (source)
Undocumented
def get_uuid(self): (source)
Provides a system wide unique ID for the node
def reboot(self): (source)
Call `self.driver.reboot_node(self)`. A convenience method.
def destroy(self): (source)
Call `self.driver.destroy_node(self)`. A convenience method.
def __repr__(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:36:58.