Uses of Class
org.jclouds.gogrid.domain.LoadBalancer
Packages that use LoadBalancer
Package
Description
-
Uses of LoadBalancer in org.jclouds.gogrid.domain
Methods in org.jclouds.gogrid.domain that return LoadBalancerMethods in org.jclouds.gogrid.domain with parameters of type LoadBalancerModifier and TypeMethodDescriptionint
LoadBalancer.compareTo
(LoadBalancer o) LoadBalancer.Builder.fromLoadBalancer
(LoadBalancer in) -
Uses of LoadBalancer in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return LoadBalancerModifier and TypeMethodDescriptionGridLoadBalancerApi.addLoadBalancer
(String name, IpPortPair virtualIp, List<IpPortPair> realIps, AddLoadBalancerOptions... options) Creates a load balancer with given properties.GridLoadBalancerApi.deleteById
(Long id) Deletes the load balancer by IdGridLoadBalancerApi.deleteByName
(String name) Deletes the load balancer by name; NOTE: Using this parameter may generate an error if one or more load balancers share a non-unique name.GridLoadBalancerApi.editLoadBalancer
(long id, List<IpPortPair> realIps) Edits the existing load balancer to change the real IP mapping.GridLoadBalancerApi.editLoadBalancerNamed
(String name, List<IpPortPair> realIps) Edits the existing load balancer to change the real IP mapping.Methods in org.jclouds.gogrid.features that return types with arguments of type LoadBalancerModifier and TypeMethodDescriptionGridLoadBalancerApi.getLoadBalancerList()
Returns all load balancers found for the current user.GridLoadBalancerApi.getLoadBalancersById
(Long... ids) Returns the load balancer(s) by unique id(s).GridLoadBalancerApi.getLoadBalancersByName
(String... names) Returns the load balancer(s) by unique name(s). -
Uses of LoadBalancer in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return LoadBalancerMethods in org.jclouds.gogrid.functions that return types with arguments of type LoadBalancer -
Uses of LoadBalancer in org.jclouds.gogrid.predicates
Methods in org.jclouds.gogrid.predicates with parameters of type LoadBalancerModifier and TypeMethodDescriptionboolean
LoadBalancerLatestJobCompleted.apply
(LoadBalancer loadBalancer)