Package | Description |
---|---|
org.jclouds.cloudloadbalancers.domain | |
org.jclouds.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 |
---|---|
Set<Node> |
NodeClient.createNodesInLoadBalancer(Set<NodeRequest> nodes,
int lbid)
Create a new node with the configuration defined by the request.
|
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncClient.createNodesInLoadBalancer(Set<NodeRequest> nodes,
int lbid) |
Copyright © 2009-2012 jclouds. All Rights Reserved.