l.c.d.a.NodeGroup(object) : class documentation

Part of libcloud.compute.drivers.abiquo View Source View In Hierarchy

Group of virtual machines that can be managed together

All L{Node}s in Abiquo must be defined inside a Virtual Appliance.
We offer a way to handle virtual appliances (called NodeGroup to
maintain some kind of name conventions here) inside the L{AbiquoNodeDriver}
without breaking compatibility of the rest of libcloud API.

If the user does not want to handle groups, all the virtual machines
will be created inside a group named 'libcloud'
Method __init__ Initialize a new group object.
Method __repr__ Undocumented
Method destroy Destroys the group delegating the execution to L{AbiquoNodeDriver}.
def __init__(self, driver, name=DEFAULT_GROUP_NAME, nodes=, uri=''): (source)
Initialize a new group object.
def __repr__(self): (source)
Undocumented
def destroy(self): (source)
Destroys the group delegating the execution to L{AbiquoNodeDriver}.
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.