| This is the IcsELB common library. |
ICS Library for ELB
list of weak references to the object (if defined)
Create an ELB named <name>
| Parameters: |
|
|---|
| Parameters: |
|
|---|
Remove an load balancers from your account
| Parameters: | name (string) – The name of the Load Balancer to delete |
|---|
Get all load balancers in this region
| Parameters: | load_balancer_names (list) – An optional list of load balancer names |
|---|---|
| Return type: | boto.resultset.ResultSet |
| Returns: | A ResultSet containing instances of boto.ec2.elb.loadbalancer.LoadBalancer |
Get Load Balancer DNS name. :type name: str :param name: The load balances name
| Return type: | str |
|---|---|
| Retrun : | load balancer hosted zone id |
check the health of the specified instance in the specified elb
| Parameters: | |
|---|---|
| Return type: | boolean or string |
| Returns: | False or out of service reason |
Get Load Balancer Hosted Zone ID
| Parameters: | name (str) – The load balances name |
|---|---|
| Return type: | str |
| Retrun : | load balancer hosted zone id |
Parse elb listeners form list of string to list of tuple
| Parameters: | listeners (list of string) – Listeners of this elb |
|---|---|
| Returns: | The list of listeners tuple |
| Type : | list of tuple |
Remove a Listener (or group of listeners) for an existing Load Balancer
| Parameters: |
|
|---|
Create a Listener (or group of listeners) for an existing Load Balancer
| Parameters: |
|
|---|
Configures the health check behavior for the instances behind this load balancer.
| Parameters: |
|
|---|