Uses of Class
com.softlayer.api.service.scale.LoadBalancer
-
Uses of LoadBalancer in com.softlayer.api.service.network.application.delivery.controller.loadbalancer
Fields in com.softlayer.api.service.network.application.delivery.controller.loadbalancer with type parameters of type LoadBalancer Modifier and Type Field Description protected List<LoadBalancer>
VirtualServer. scaleLoadBalancers
Collection of scale load balancers this virtual server applies to.Methods in com.softlayer.api.service.network.application.delivery.controller.loadbalancer that return types with arguments of type LoadBalancer Modifier and Type Method Description List<LoadBalancer>
VirtualServer. getScaleLoadBalancers()
List<LoadBalancer>
VirtualServer.Service. getScaleLoadBalancers()
Collection of scale load balancers this virtual server applies to.Future<List<LoadBalancer>>
VirtualServer.ServiceAsync. getScaleLoadBalancers()
Async version ofVirtualServer.Service.getScaleLoadBalancers()
Method parameters in com.softlayer.api.service.network.application.delivery.controller.loadbalancer with type arguments of type LoadBalancer Modifier and Type Method Description Future<?>
VirtualServer.ServiceAsync. getScaleLoadBalancers(ResponseHandler<List<LoadBalancer>> callback)
Async callback version ofVirtualServer.Service.getScaleLoadBalancers()
-
Uses of LoadBalancer in com.softlayer.api.service.network.application.delivery.controller.loadbalancer.health
Fields in com.softlayer.api.service.network.application.delivery.controller.loadbalancer.health with type parameters of type LoadBalancer Modifier and Type Field Description protected List<LoadBalancer>
Check. scaleLoadBalancers
Collection of scale load balancers that use this health check.Methods in com.softlayer.api.service.network.application.delivery.controller.loadbalancer.health that return types with arguments of type LoadBalancer Modifier and Type Method Description List<LoadBalancer>
Check. getScaleLoadBalancers()
List<LoadBalancer>
Check.Service. getScaleLoadBalancers()
Collection of scale load balancers that use this health check.Future<List<LoadBalancer>>
Check.ServiceAsync. getScaleLoadBalancers()
Async version ofCheck.Service.getScaleLoadBalancers()
Method parameters in com.softlayer.api.service.network.application.delivery.controller.loadbalancer.health with type arguments of type LoadBalancer Modifier and Type Method Description Future<?>
Check.ServiceAsync. getScaleLoadBalancers(ResponseHandler<List<LoadBalancer>> callback)
Async callback version ofCheck.Service.getScaleLoadBalancers()
-
Uses of LoadBalancer in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale with type parameters of type LoadBalancer Modifier and Type Field Description protected List<LoadBalancer>
Group. loadBalancers
Collection of load balancers for this auto scale group.Methods in com.softlayer.api.service.scale that return LoadBalancer Modifier and Type Method Description LoadBalancer
LoadBalancer.Service. createObject(LoadBalancer templateObject)
Create a load balancer for a scale group.LoadBalancer
LoadBalancer.Service. getObject()
Methods in com.softlayer.api.service.scale that return types with arguments of type LoadBalancer Modifier and Type Method Description Future<LoadBalancer>
LoadBalancer.ServiceAsync. createObject(LoadBalancer templateObject)
List<LoadBalancer>
Group. getLoadBalancers()
List<LoadBalancer>
Group.Service. getLoadBalancers()
Collection of load balancers for this auto scale group.Future<List<LoadBalancer>>
Group.ServiceAsync. getLoadBalancers()
Async version ofGroup.Service.getLoadBalancers()
Future<LoadBalancer>
LoadBalancer.ServiceAsync. getObject()
Async version ofLoadBalancer.Service.getObject()
Methods in com.softlayer.api.service.scale with parameters of type LoadBalancer Modifier and Type Method Description LoadBalancer
LoadBalancer.Service. createObject(LoadBalancer templateObject)
Create a load balancer for a scale group.Future<LoadBalancer>
LoadBalancer.ServiceAsync. createObject(LoadBalancer templateObject)
Future<?>
LoadBalancer.ServiceAsync. createObject(LoadBalancer templateObject, ResponseHandler<LoadBalancer> callback)
Boolean
LoadBalancer.Service. editObject(LoadBalancer templateObject)
Edit this load balancer configuration.Future<Boolean>
LoadBalancer.ServiceAsync. editObject(LoadBalancer templateObject)
Future<?>
LoadBalancer.ServiceAsync. editObject(LoadBalancer templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.scale with type arguments of type LoadBalancer Modifier and Type Method Description Future<?>
LoadBalancer.ServiceAsync. createObject(LoadBalancer templateObject, ResponseHandler<LoadBalancer> callback)
Future<?>
Group.ServiceAsync. getLoadBalancers(ResponseHandler<List<LoadBalancer>> callback)
Async callback version ofGroup.Service.getLoadBalancers()
Future<?>
LoadBalancer.ServiceAsync. getObject(ResponseHandler<LoadBalancer> callback)