-
addLoadBalancerMembers
Add server instances as members to load balancer and return it with listeners, pools and members populated
-
deleteLoadBalancerMembers
Delete given members from load balancer and return load balancer object with listeners, pools and members populated
-
getObject
Retrieve a SoftLayer_Network_LBaaS_Member record.
-
SoftLayer_Network_LBaaS_Member
The SoftLayer_Network_LBaaS_Member represents the backend member for a load balancer. It can be either a virtual server or a bare metal machine.
-
SoftLayer_Network_LBaaS_Member
The SoftLayer_Network_LBaaS_Member service allows consumers to manage (backend) members for a given load balancer. A load balancer may have one or more backend pools. Adding a backend member to the load balancer will add that member to all the backend pools. Similarly, deleting a backend member from the load balancer will remove that member from all associated backend pools. Weight of the backend member is a value between 1 and 256 but only applicable when the load balancing method configured is 'Weighted Round Robin'.
-
updateLoadBalancerMembers
Update members weight and return load balancer object with listeners, pools and members populated