Uses of Class
com.softlayer.api.service.network.loadbalancer.LoadBalancerService
Package | Description |
---|---|
com.softlayer.api.service.network.application.delivery | |
com.softlayer.api.service.network.loadbalancer |
-
Uses of LoadBalancerService in com.softlayer.api.service.network.application.delivery
Methods in com.softlayer.api.service.network.application.delivery with parameters of type LoadBalancerService Modifier and Type Method Description Boolean
Controller.Service. deleteLiveLoadBalancerService(LoadBalancerService service)
Remove an entire load balancer service, including all virtual IP addresses, from and application delivery controller based load balancer.Future<Boolean>
Controller.ServiceAsync. deleteLiveLoadBalancerService(LoadBalancerService service)
Future<?>
Controller.ServiceAsync. deleteLiveLoadBalancerService(LoadBalancerService service, ResponseHandler<Boolean> callback)
byte[]
Controller.Service. getLiveLoadBalancerServiceGraphImage(LoadBalancerService service, String graphType, String metric)
Get the graph image for an application delivery controller service based on the supplied graph type and metric.Future<byte[]>
Controller.ServiceAsync. getLiveLoadBalancerServiceGraphImage(LoadBalancerService service, String graphType, String metric)
Future<?>
Controller.ServiceAsync. getLiveLoadBalancerServiceGraphImage(LoadBalancerService service, String graphType, String metric, ResponseHandler<byte[]> callback)
-
Uses of LoadBalancerService in com.softlayer.api.service.network.loadbalancer
Fields in com.softlayer.api.service.network.loadbalancer with type parameters of type LoadBalancerService Modifier and Type Field Description protected List<LoadBalancerService>
VirtualIpAddress. services
the services on this load balancer.Methods in com.softlayer.api.service.network.loadbalancer that return LoadBalancerService Modifier and Type Method Description LoadBalancerService
LoadBalancerService.Service. getObject()
getObject retrieves the SoftLayer_Network_LoadBalancer_Service object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Network_LoadBalancer_Service service.Methods in com.softlayer.api.service.network.loadbalancer that return types with arguments of type LoadBalancerService Modifier and Type Method Description Future<LoadBalancerService>
LoadBalancerService.ServiceAsync. getObject()
Async version ofLoadBalancerService.Service.getObject()
List<LoadBalancerService>
VirtualIpAddress. getServices()
List<LoadBalancerService>
VirtualIpAddress.Service. getServices()
the services on this load balancer.Future<List<LoadBalancerService>>
VirtualIpAddress.ServiceAsync. getServices()
Async version ofVirtualIpAddress.Service.getServices()
Method parameters in com.softlayer.api.service.network.loadbalancer with type arguments of type LoadBalancerService Modifier and Type Method Description Future<?>
LoadBalancerService.ServiceAsync. getObject(ResponseHandler<LoadBalancerService> callback)
Future<?>
VirtualIpAddress.ServiceAsync. getServices(ResponseHandler<List<LoadBalancerService>> callback)
Async callback version ofVirtualIpAddress.Service.getServices()