Uses of Class
org.jclouds.gogrid.domain.IpPortPair
Packages that use IpPortPair
-
Uses of IpPortPair in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as IpPortPairFields in org.jclouds.gogrid.domain with type parameters of type IpPortPairMethods in org.jclouds.gogrid.domain that return IpPortPairMethods in org.jclouds.gogrid.domain that return types with arguments of type IpPortPairMethods in org.jclouds.gogrid.domain with parameters of type IpPortPairModifier and TypeMethodDescriptionint
IpPortPair.compareTo
(IpPortPair o) IpPortPair.Builder.fromIpPortPair
(IpPortPair in) LoadBalancer.Builder.realIpList
(IpPortPair... in) LoadBalancer.Builder.virtualIp
(IpPortPair virtualIp) Method parameters in org.jclouds.gogrid.domain with type arguments of type IpPortPairConstructors in org.jclouds.gogrid.domain with parameters of type IpPortPairModifierConstructorDescriptionprotected
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 IpPortPairModifierConstructorDescriptionprotected
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 IpPortPairModifier and TypeMethodDescriptionGridLoadBalancerApi.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 IpPortPairModifier and TypeMethodDescriptionGridLoadBalancerApi.addLoadBalancer
(String name, IpPortPair virtualIp, List<IpPortPair> realIps, AddLoadBalancerOptions... options) Creates a load balancer with given properties.GridLoadBalancerApi.editLoadBalancer
(long id, List<IpPortPair> realIps) Edits the existing load balancer to change the real IP mapping.GridLoadBalancerApi.editLoadBalancerNamed
(String name, List<IpPortPair> realIps) Edits the existing load balancer to change the real IP mapping.