Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.Node
Packages that use Node
Package
Description
-
Uses of Node in org.jclouds.rackspace.cloudloadbalancers.v1.domain
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return NodeMethods in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type NodeModifier and TypeMethodDescriptionMethod parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type NodeModifier and TypeMethodDescriptionRequired.Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type NodeModifierConstructorDescriptionLoadBalancer
(String region, int id, String name, String protocol, Integer port, Set<Node> nodes, Integer timeout, Boolean halfClosed, BaseLoadBalancer.Algorithm algorithm, LoadBalancer.Status status, Set<VirtualIPWithId> virtualIPs, Map<String, SessionPersistence> sessionPersistenceType, String clusterName, Date created, Date updated, Map<String, Boolean> connectionLogging, ConnectionThrottle connectionThrottle, boolean contentCaching, int nodeCount, HealthMonitor healthMonitor, SSLTermination sslTermination, SourceAddresses sourceAddresses, Set<AccessRuleWithId> accessRules, Metadata metadata, URI uri) -
Uses of Node in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return NodeMethods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return types with arguments of type NodeModifier and TypeMethodDescriptionAdd a new node with the configuration defined by the request.NodeApi.list()
List the nodes.NodeApi.list
(PaginationOptions options) List the nodes with full control of pagination. -
Uses of Node in org.jclouds.rackspace.cloudloadbalancers.v1.functions
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return NodeMethods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return types with arguments of type NodeModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Node>> ParseNodes.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)