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 Unique hash for this node @return: string
Method reboot Reboot this node @return: bool
Method destroy Destroy this node @return: bool
Method __repr__ Undocumented
def __init__(self, id, name, state, public_ip, private_ip, driver, extra=None): (source)
Undocumented
def get_uuid(self): (source)
Unique hash for this node
Returnsstring
def reboot(self): (source)
Reboot this node
Returnsbool
def destroy(self): (source)
Destroy this node
Returnsbool
def __repr__(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:42:22.