Uses of Class
com.myjeeva.digitalocean.pojo.LoadBalancer
Packages that use LoadBalancer
Package
Description
-
Uses of LoadBalancer in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return LoadBalancerModifier and TypeMethodDescriptionDigitalOcean.createLoadBalancer(LoadBalancer loadBalancer) Method allows you to add a new load balancer to distribute traffic across multiple Droplets.DigitalOcean.getLoadBalancerInfo(String loadBalancerId) Method returns complete information for given load balancer ID.DigitalOcean.updateLoadBalancer(LoadBalancer loadBalancer) Method allows you to update an existign load balancer.Methods in com.myjeeva.digitalocean with parameters of type LoadBalancerModifier and TypeMethodDescriptionDigitalOcean.createLoadBalancer(LoadBalancer loadBalancer) Method allows you to add a new load balancer to distribute traffic across multiple Droplets.DigitalOcean.updateLoadBalancer(LoadBalancer loadBalancer) Method allows you to update an existign load balancer. -
Uses of LoadBalancer in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return LoadBalancerModifier and TypeMethodDescriptionDigitalOceanClient.createLoadBalancer(LoadBalancer loadBalancer) DigitalOceanClient.getLoadBalancerInfo(String loadBalancerId) DigitalOceanClient.updateLoadBalancer(LoadBalancer loadBalancer) Methods in com.myjeeva.digitalocean.impl with parameters of type LoadBalancerModifier and TypeMethodDescriptionDigitalOceanClient.createLoadBalancer(LoadBalancer loadBalancer) DigitalOceanClient.updateLoadBalancer(LoadBalancer loadBalancer) -
Uses of LoadBalancer in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type LoadBalancerMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type LoadBalancerModifier and TypeMethodDescriptionvoidLoadBalancers.setLoadBalancers(List<LoadBalancer> loadBalancers) -
Uses of LoadBalancer in com.myjeeva.digitalocean.serializer
Methods in com.myjeeva.digitalocean.serializer with parameters of type LoadBalancerModifier and TypeMethodDescriptioncom.google.gson.JsonElementLoadBalancerSerializer.serialize(LoadBalancer loadBalancer, Type paramType, com.google.gson.JsonSerializationContext context)