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}. |
Initialize a new group object.