Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.domain | |
org.jclouds.rackspace.cloudloadbalancers.features | |
org.jclouds.rackspace.cloudloadbalancers.functions |
Modifier and Type | Method and Description |
---|---|
Node |
Node.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.from(Node in) |
LoadBalancer.Builder |
LoadBalancer.Builder.node(Node nodes) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.nodes(Iterable<Node> nodes) |
Constructor and Description |
---|
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
String algorithm,
LoadBalancer.Status status,
Iterable<VirtualIP> virtualIPs,
Iterable<Node> nodes,
String sessionPersistenceType,
String clusterName,
Date created,
Date updated,
boolean connectionLoggingEnabled,
Integer nodeCount) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeApi.get(int id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncApi.add(Iterable<NodeRequest> nodes) |
Set<Node> |
NodeApi.add(Iterable<NodeRequest> nodes)
Create a new node with the configuration defined by the request.
|
com.google.common.util.concurrent.ListenableFuture<Node> |
NodeAsyncApi.get(int id) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Node>> |
NodeAsyncApi.list() |
PagedIterable<Node> |
NodeApi.list() |
IterableWithMarker<Node> |
NodeApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Node>> |
ParseNodes.ToPagedIterable.markerToNextForCallingArg0(String zone) |
Copyright © 2009-2013 jclouds. All Rights Reserved.