Class RemoveFloatingIpFromNodeAndDeallocate
java.lang.Object
org.jclouds.openstack.nova.v2_0.compute.functions.RemoveFloatingIpFromNodeAndDeallocate
- All Implemented Interfaces:
com.google.common.base.Function<RegionAndId,
,RegionAndId> Function<RegionAndId,
RegionAndId>
public class RemoveFloatingIpFromNodeAndDeallocate
extends Object
implements com.google.common.base.Function<RegionAndId,RegionAndId>
A function for removing and deallocating an ip address from a node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoveFloatingIpFromNodeAndDeallocate
(NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId, Iterable<? extends FloatingIpForServer>> floatingIpCache) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
-
-
Constructor Details
-
RemoveFloatingIpFromNodeAndDeallocate
@Inject public RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi, @Named("FLOATINGIP") com.google.common.cache.LoadingCache<RegionAndId, Iterable<? extends FloatingIpForServer>> floatingIpCache)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<RegionAndId,
RegionAndId> - Specified by:
apply
in interfaceFunction<RegionAndId,
RegionAndId>
-
toString
-