Part of libcloud.drivers.voxel View Source View In Hierarchy
Method | initialize_instance_types | Undocumented |
Method | list_nodes | List all nodes @return: list of Node objects |
Method | list_sizes | List sizes on a provider @return: list of NodeSize objects |
Method | list_images | List images on a provider @return: list of NodeImage objects |
Method | create_node | Create a new node instance. |
Method | reboot_node | Reboot the node by passing in the node object |
Method | destroy_node | Destroy node by passing in the node object |
Method | list_locations | List data centers for a provider @return: list of NodeLocation
objects |
Method | _getstatus | Undocumented |
Method | _to_locations | Undocumented |
Method | _to_nodes | Undocumented |
Method | _to_images | Undocumented |
Inherited from NodeDriver:
Method | __init__ |
Returns | list of Node objects |
Returns | list of NodeSize objects |
Returns | list of NodeImage objects |
Parameters | name | String with a name for this new node (required) (type: str) |
size | The size of resources allocated to this node. (required) (type: NodeSize ) | |
image | OS Image to boot on node. (required) (type: NodeImage ) | |
location | Which data center to create a node in. If empty, undefined behavoir will be
selected. (optional) (type: NodeLocation ) | |
auth | Initial authentication information for the node (optional) (type: NodeAuthSSHKey
or NodeAuthPassword ) | |
Returns | The newly created Node . |
Returns | list of NodeLocation
objects |