Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.LoadBalancer
-
Packages that use LoadBalancer Package Description org.jclouds.rackspace.autoscale.v1.domain -
-
Uses of LoadBalancer in org.jclouds.rackspace.autoscale.v1.domain
Fields in org.jclouds.rackspace.autoscale.v1.domain with type parameters of type LoadBalancer Modifier and Type Field Description protected List<LoadBalancer>
LaunchConfiguration.Builder. loadBalancers
Methods in org.jclouds.rackspace.autoscale.v1.domain that return LoadBalancer Modifier and Type Method Description LoadBalancer
LoadBalancer.Builder. build()
Methods in org.jclouds.rackspace.autoscale.v1.domain that return types with arguments of type LoadBalancer Modifier and Type Method Description List<LoadBalancer>
LaunchConfiguration. getLoadBalancers()
Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type LoadBalancer Modifier and Type Method Description LoadBalancer.Builder
LoadBalancer.Builder. fromLoadBalancer(LoadBalancer in)
Method parameters in org.jclouds.rackspace.autoscale.v1.domain with type arguments of type LoadBalancer Modifier and Type Method Description LaunchConfiguration.Builder
LaunchConfiguration.Builder. loadBalancers(List<LoadBalancer> loadBalancers)
Optional.Constructor parameters in org.jclouds.rackspace.autoscale.v1.domain with type arguments of type LoadBalancer Constructor Description LaunchConfiguration(List<LoadBalancer> loadBalancers, LaunchConfiguration.LaunchConfigurationType type, List<String> networks, List<Personality> personalities, String serverName, String serverImageRef, String serverFlavorRef, String serverDiskConfig, Map<String,String> serverMetadata)
-