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 IpPortPair
LoadBalancer.Builder. virtualIp
Fields in org.jclouds.gogrid.domain with type parameters of type IpPortPair Modifier and Type Field Description protected Set<IpPortPair>
LoadBalancer.Builder. realIpList
Methods in org.jclouds.gogrid.domain that return IpPortPair Modifier and Type Method Description IpPortPair
IpPortPair.Builder. build()
IpPortPair
LoadBalancer. 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 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 Modifier and Type Method Description T
LoadBalancer.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 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 Modifier and Type Method 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.
-