Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.Node
-
Packages that use Node Package Description org.jclouds.rackspace.cloudloadbalancers.v1.domain org.jclouds.rackspace.cloudloadbalancers.v1.features org.jclouds.rackspace.cloudloadbalancers.v1.functions -
-
Uses of Node in org.jclouds.rackspace.cloudloadbalancers.v1.domain
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return Node Modifier and Type Method Description Node
Node.Builder. build()
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type Node Modifier and Type Method Description Node.Builder
Node.Builder. from(Node in)
LoadBalancer.Builder
LoadBalancer.Builder. node(Node node)
Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type Node Modifier and Type Method Description LoadBalancer.Builder
LoadBalancer.Builder. nodes(Iterable<Node> nodes)
Required.Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type Node Constructor Description LoadBalancer(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 Node Modifier and Type Method Description Node
NodeApi. get(int id)
Get a node.Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return types with arguments of type Node Modifier and Type Method Description Set<Node>
NodeApi. add(Iterable<AddNode> addNodes)
Add a new node with the configuration defined by the request.PagedIterable<Node>
NodeApi. list()
List the nodes.IterableWithMarker<Node>
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 Node Modifier and Type Method Description Node
ParseNode. apply(HttpResponse response)
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return types with arguments of type Node Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Node>>
ParseNodes.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-