l.l.d.g.GoGridLBDriver(BaseGoGridDriver, Driver) : class documentation

Part of libcloud.loadbalancer.drivers.gogrid View Source View In Hierarchy

No class docstring
Method list_protocols Return a list of supported protocols.
Method list_balancers List all loadbalancers
Method ex_create_balancer_nowait Undocumented
Method create_balancer Create a new load balancer instance
Method destroy_balancer Destroy a load balancer
Method get_balancer Return a LoadBalancer object.
Method balancer_attach_member Attach a member to balancer
Method balancer_detach_member Detach member from balancer
Method balancer_list_members Return list of members attached to balancer
Method _update_balancer Undocumented
Method _members_to_params Helper method to convert list of Member objects to GET params.
Method _to_balancers Undocumented
Method _to_balancer Undocumented
Method _to_members Undocumented
Method _to_member Undocumented

Inherited from BaseGoGridDriver:

Method ex_list_ips Return list of IP addresses assigned to the account.
Method _get_ip Undocumented
Method _to_ip Undocumented
Method _to_ips Undocumented
Method _to_location Undocumented
Method _to_locations Undocumented
Method _get_first_ip Undocumented

Inherited from Driver:

Method __init__
Method balancer_attach_compute_node Attach a compute node as a member to the load balancer.
Method _value_to_algorithm Return LBAlgorithm based on the value.
Method _algorithm_to_value Return value based in the algorithm (LBAlgorithm).

Inherited from BaseDriver (via Driver):

Method _ex_connection_class_kwargs Return extra connection keyword arguments which are passed to the Connection class constructor.
def list_protocols(self): (source)
Return a list of supported protocols.
def list_balancers(self): (source)
List all loadbalancers
Returnslist of LoadBalancer objects
def ex_create_balancer_nowait(self, name, members, protocol='http', port=80, algorithm=DEFAULT_ALGORITHM): (source)
Undocumented
def create_balancer(self, name, members, protocol='http', port=80, algorithm=DEFAULT_ALGORITHM): (source)
Create a new load balancer instance
ParametersnameName of the new load balancer (required) (type: str)
memberslist ofMembers to attach to balancer
protocolLoadbalancer protocol, defaults to http.
portPort the load balancer should listen on, defaults to 80 (type: str)
algorithmLoad balancing algorithm, defaults to LBAlgorithm.ROUND_ROBIN (type: LBAlgorithm)
def destroy_balancer(self, balancer): (source)
Destroy a load balancer
Returnsbool True if the destroy was successful, otherwise False
def get_balancer(self, **kwargs): (source)
Return a LoadBalancer object.
Parametersbalancer_idid of a load balancer you want to fetch (type: str)
ReturnsLoadBalancer
def balancer_attach_member(self, balancer, member): (source)
Attach a member to balancer
ParametersmemberMember to join to the balancer (type: Member @return {Member} Member after joining the balancer.)
def balancer_detach_member(self, balancer, member): (source)
Detach member from balancer
Returnsbool True if member detach was successful, otherwise False
def balancer_list_members(self, balancer): (source)
Return list of members attached to balancer
Returnslist of Members
def _update_balancer(self, params): (source)
Undocumented
def _members_to_params(self, members): (source)
Helper method to convert list of Member objects to GET params.
def _to_balancers(self, object): (source)
Undocumented
def _to_balancer(self, el): (source)
Undocumented
def _to_members(self, object): (source)
Undocumented
def _to_member(self, el): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:46:59.