Uses of Class
org.jclouds.gogrid.domain.IpPortPair
- 
Packages that use IpPortPair Package Description 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 Modifier and Type Field Description protected IpPortPairLoadBalancer.Builder. virtualIpFields in org.jclouds.gogrid.domain with type parameters of type IpPortPair Modifier and Type Field Description protected Set<IpPortPair>LoadBalancer.Builder. realIpListMethods in org.jclouds.gogrid.domain that return IpPortPair Modifier and Type Method Description IpPortPairIpPortPair.Builder. build()IpPortPairLoadBalancer. getVirtualIp()Methods in org.jclouds.gogrid.domain that return types with arguments of type IpPortPair Modifier and Type Method Description Set<IpPortPair>LoadBalancer. getRealIpList()Methods in org.jclouds.gogrid.domain with parameters of type IpPortPair Modifier and Type Method Description intIpPortPair. compareTo(IpPortPair o)TIpPortPair.Builder. fromIpPortPair(IpPortPair in)TLoadBalancer.Builder. realIpList(IpPortPair... in)TLoadBalancer.Builder. virtualIp(IpPortPair virtualIp)Method parameters in org.jclouds.gogrid.domain with type arguments of type IpPortPair Modifier and Type Method Description TLoadBalancer.Builder. realIpList(Set<IpPortPair> realIpList)Constructors in org.jclouds.gogrid.domain with parameters of type IpPortPair Constructor Description 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 Constructor Description 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 Modifier and Type Method Description LoadBalancerGridLoadBalancerApi. 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 Modifier and Type Method Description LoadBalancerGridLoadBalancerApi. addLoadBalancer(String name, IpPortPair virtualIp, List<IpPortPair> realIps, AddLoadBalancerOptions... options)Creates a load balancer with given properties.LoadBalancerGridLoadBalancerApi. editLoadBalancer(long id, List<IpPortPair> realIps)Edits the existing load balancer to change the real IP mapping.LoadBalancerGridLoadBalancerApi. editLoadBalancerNamed(String name, List<IpPortPair> realIps)Edits the existing load balancer to change the real IP mapping. 
 -