Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.v1.domain | |
org.jclouds.rackspace.cloudloadbalancers.v1.features | |
org.jclouds.rackspace.cloudloadbalancers.v1.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 node) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.nodes(Iterable<Node> nodes)
Required.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeApi.get(int id)
Get a node.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Node |
ParseNode.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Node>> |
ParseNodes.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2013 jclouds. All Rights Reserved.