Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.AddNode
Packages that use AddNode
Package
Description
-
Uses of AddNode in org.jclouds.rackspace.cloudloadbalancers.v1.domain
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return AddNodeMethods in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type AddNodeModifier and TypeMethodDescriptionMethod parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type AddNodeModifier and TypeMethodDescriptionRequired.Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type AddNodeModifierConstructorDescriptionCreateLoadBalancer
(String name, String protocol, Integer port, Set<AddNode> addNodes, BaseLoadBalancer.Algorithm algorithm, Integer timeout, Boolean halfClosed, Map<String, SessionPersistence> sessionPersistenceType, Map<String, Boolean> connectionLogging, ConnectionThrottle connectionThrottle, HealthMonitor healthMonitor, Set<AccessRule> accessRules, Map<String, String> metadata, Set<Map<String, String>> virtualIPsFromOptions) CreateLoadBalancer
(String name, String protocol, Integer port, Set<AddNode> addNodes, BaseLoadBalancer.Algorithm algorithm, Integer timeout, Boolean halfClosed, Map<String, SessionPersistence> sessionPersistenceType, Map<String, Boolean> connectionLogging, ConnectionThrottle connectionThrottle, HealthMonitor healthMonitor, Set<AccessRule> accessRules, Map<String, String> metadata, VirtualIP.Type virtualIPType, Integer virtualIPId) -
Uses of AddNode in org.jclouds.rackspace.cloudloadbalancers.v1.features
Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.features with type arguments of type AddNode