l.c.d.c.CloudStackNode(Node) : class documentation

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

Subclass of Node so we can expose our extension methods.
Method ex_allocate_public_ip Allocate a public IP and bind it to this node.
Method ex_release_public_ip Release a public IP that this node holds.
Method ex_add_ip_forwarding_rule Add a NAT/firewall forwarding rule for a port or ports.
Method ex_delete_ip_forwarding_rule Delete a NAT/firewall rule.

Inherited from Node:

Method __init__ Undocumented
Method get_uuid Unique hash for this node
Method reboot Reboot this node
Method destroy Destroy this node
Method __repr__ Undocumented
def ex_allocate_public_ip(self): (source)
Allocate a public IP and bind it to this node.
def ex_release_public_ip(self, address): (source)
Release a public IP that this node holds.
def ex_add_ip_forwarding_rule(self, address, protocol, start_port, end_port=None): (source)
Add a NAT/firewall forwarding rule for a port or ports.
def ex_delete_ip_forwarding_rule(self, rule): (source)
Delete a NAT/firewall rule.
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:46:59.