| Package | Description |
|---|---|
| org.jclouds.rackspace.cloudloadbalancers.domain | |
| org.jclouds.rackspace.cloudloadbalancers.features |
| Modifier and Type | Method and Description |
|---|---|
NodeRequest |
NodeRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
NodeRequest.Builder |
NodeRequest.Builder.from(NodeRequest in) |
LoadBalancerRequest.Builder |
LoadBalancerRequest.Builder.node(NodeRequest nodes) |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerRequest.Builder |
LoadBalancerRequest.Builder.nodes(Iterable<NodeRequest> nodes) |
| Constructor and Description |
|---|
LoadBalancerRequest(String name,
String protocol,
int port,
String algorithm,
Iterable<NodeRequest> nodes,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
| 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.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.