Uses of Class
org.jclouds.openstack.nova.v2_0.domain.FloatingIpForServer
- 
- 
Uses of FloatingIpForServer in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type FloatingIpForServer Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>>NovaComputeServiceContextModule. instanceToFloatingIps(com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIpForServer>> in)Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type FloatingIpForServer Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>>NovaComputeServiceContextModule. instanceToFloatingIps(com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIpForServer>> in) - 
Uses of FloatingIpForServer in org.jclouds.openstack.nova.v2_0.compute.functions
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type FloatingIpForServer Constructor Description AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache, CleanupResources cleanupResources)RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache) - 
Uses of FloatingIpForServer in org.jclouds.openstack.nova.v2_0.compute.loaders
Methods in org.jclouds.openstack.nova.v2_0.compute.loaders that return types with arguments of type FloatingIpForServer Modifier and Type Method Description Iterable<? extends FloatingIpForServer>LoadFloatingIpsForInstance. load(RegionAndId key) - 
Uses of FloatingIpForServer in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return FloatingIpForServer Modifier and Type Method Description static FloatingIpForServerFloatingIpForServer. create(RegionAndId serverId, String floatingIpId, String ip) 
 -