Uses of Class
org.jclouds.openstack.nova.v2_0.domain.FloatingIpForServer
Packages that use FloatingIpForServer
Package
Description
-
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 FloatingIpForServerModifier and TypeMethodDescriptionprotected final 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 FloatingIpForServerModifier and TypeMethodDescriptionprotected final 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 FloatingIpForServerModifierConstructorDescriptionAllocateAndAddFloatingIpToNode
(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 FloatingIpForServerModifier and TypeMethodDescriptionIterable
<? 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 FloatingIpForServerModifier and TypeMethodDescriptionstatic FloatingIpForServer
FloatingIpForServer.create
(RegionAndId serverId, String floatingIpId, String ip)