Uses of Enum Class
org.jclouds.cloudstack.domain.LoadBalancerRule.Algorithm
Packages that use LoadBalancerRule.Algorithm
Package
Description
-
Uses of LoadBalancerRule.Algorithm in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as LoadBalancerRule.AlgorithmModifier and TypeFieldDescriptionprotected LoadBalancerRule.Algorithm
LoadBalancerRule.Builder.algorithm
Methods in org.jclouds.cloudstack.domain that return LoadBalancerRule.AlgorithmModifier and TypeMethodDescriptionstatic LoadBalancerRule.Algorithm
LoadBalancerRule.getAlgorithm()
static LoadBalancerRule.Algorithm
Returns the enum constant of this class with the specified name.static LoadBalancerRule.Algorithm[]
LoadBalancerRule.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type LoadBalancerRule.AlgorithmModifier and TypeMethodDescriptionLoadBalancerRule.Builder.algorithm
(LoadBalancerRule.Algorithm algorithm) Constructors in org.jclouds.cloudstack.domain with parameters of type LoadBalancerRule.AlgorithmModifierConstructorDescriptionprotected
LoadBalancerRule
(String id, String account, LoadBalancerRule.Algorithm algorithm, String description, String domain, String domainId, String name, int privatePort, String publicIP, String publicIPId, int publicPort, LoadBalancerRule.State state, Iterable<String> CIDRs, String zoneId) -
Uses of LoadBalancerRule.Algorithm in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type LoadBalancerRule.AlgorithmModifier and TypeMethodDescriptionLoadBalancerApi.createLoadBalancerRuleForPublicIP
(String publicIPId, LoadBalancerRule.Algorithm algorithm, String name, int privatePort, int publicPort, CreateLoadBalancerRuleOptions... options) Creates a load balancer rule. -
Uses of LoadBalancerRule.Algorithm in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type LoadBalancerRule.AlgorithmModifier and TypeMethodDescriptionUpdateLoadBalancerRuleOptions.algorithm
(LoadBalancerRule.Algorithm algorithm) UpdateLoadBalancerRuleOptions.Builder.algorithm
(LoadBalancerRule.Algorithm algorithm)