|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IpPortPair | |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.features | |
| Uses of IpPortPair in org.jclouds.gogrid.domain |
|---|
| Fields in org.jclouds.gogrid.domain declared as IpPortPair | |
|---|---|
protected IpPortPair |
LoadBalancer.Builder.virtualIp
|
| Fields in org.jclouds.gogrid.domain with type parameters of type IpPortPair | |
|---|---|
protected Set<IpPortPair> |
LoadBalancer.Builder.realIpList
|
| Methods in org.jclouds.gogrid.domain that return IpPortPair | |
|---|---|
IpPortPair |
IpPortPair.Builder.build()
|
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)
|
T |
IpPortPair.Builder.fromIpPortPair(IpPortPair in)
|
T |
LoadBalancer.Builder.realIpList(IpPortPair... in)
|
T |
LoadBalancer.Builder.virtualIp(IpPortPair virtualIp)
|
| Method parameters in org.jclouds.gogrid.domain with type arguments of type IpPortPair | |
|---|---|
T |
LoadBalancer.Builder.realIpList(Set<IpPortPair> realIpList)
|
| 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.features |
|---|
| Methods in org.jclouds.gogrid.features with parameters of type IpPortPair | |
|---|---|
LoadBalancer |
GridLoadBalancerApi.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
Creates a load balancer with given properties. |
| Method parameters in org.jclouds.gogrid.features with type arguments of type IpPortPair | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||