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