| Package | Description |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.features |
| Modifier and Type | Field and Description |
|---|---|
protected IpPortPair |
LoadBalancer.Builder.virtualIp |
| Modifier and Type | Field and Description |
|---|---|
protected Set<IpPortPair> |
LoadBalancer.Builder.realIpList |
| Modifier and Type | Method and Description |
|---|---|
IpPortPair |
IpPortPair.Builder.build() |
IpPortPair |
LoadBalancer.getVirtualIp() |
| Modifier and Type | Method and Description |
|---|---|
Set<IpPortPair> |
LoadBalancer.getRealIpList() |
| Modifier and Type | Method and Description |
|---|---|
int |
IpPortPair.compareTo(IpPortPair o) |
T |
IpPortPair.Builder.fromIpPortPair(IpPortPair in) |
T |
LoadBalancer.Builder.realIpList(IpPortPair... in) |
T |
LoadBalancer.Builder.virtualIp(IpPortPair virtualIp) |
| Modifier and Type | Method and Description |
|---|---|
T |
LoadBalancer.Builder.realIpList(Set<IpPortPair> realIpList) |
| Constructor and Description |
|---|
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter) |
| Constructor and Description |
|---|
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter) |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer |
GridLoadBalancerApi.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
Creates a load balancer with given properties.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer |
GridLoadBalancerApi.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
Creates a load balancer with given properties.
|
LoadBalancer |
GridLoadBalancerApi.editLoadBalancer(long id,
List<IpPortPair> realIps)
Edits the existing load balancer to change the real IP mapping.
|
LoadBalancer |
GridLoadBalancerApi.editLoadBalancerNamed(String name,
List<IpPortPair> realIps)
Edits the existing load balancer to change the real IP mapping.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.