|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IpPortPair | |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.services | |
| Uses of IpPortPair in org.jclouds.gogrid.domain |
|---|
| Methods in org.jclouds.gogrid.domain that return IpPortPair | |
|---|---|
IpPortPair |
LoadBalancer.getVirtualIp()
|
| Methods in org.jclouds.gogrid.domain that return types with arguments of type IpPortPair | |
|---|---|
Set<IpPortPair> |
LoadBalancer.getRealIpList()
|
| Methods in org.jclouds.gogrid.domain with parameters of type IpPortPair | |
|---|---|
int |
IpPortPair.compareTo(IpPortPair o)
|
| Constructors in org.jclouds.gogrid.domain with parameters of type IpPortPair | |
|---|---|
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter)
|
|
| Constructor parameters in org.jclouds.gogrid.domain with type arguments of type IpPortPair | |
|---|---|
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter)
|
|
| Uses of IpPortPair in org.jclouds.gogrid.services |
|---|
| Methods in org.jclouds.gogrid.services with parameters of type IpPortPair | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
|
LoadBalancer |
GridLoadBalancerClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
Creates a load balancer with given properties. |
| Method parameters in org.jclouds.gogrid.services with type arguments of type IpPortPair | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
|
LoadBalancer |
GridLoadBalancerClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
Creates a load balancer with given properties. |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancer(long id,
List<IpPortPair> realIps)
|
LoadBalancer |
GridLoadBalancerClient.editLoadBalancer(long id,
List<IpPortPair> realIps)
Edits the existing load balancer to change the real IP mapping. |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancerNamed(String name,
List<IpPortPair> realIps)
|
LoadBalancer |
GridLoadBalancerClient.editLoadBalancerNamed(String name,
List<IpPortPair> realIps)
Edits the existing load balancer to change the real IP mapping. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||