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
-
-
Constructor Summary
Constructors Constructor Description RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionAndId
apply(RegionAndId id)
String
toString()
-
-
-
Field Detail
-
logger
@Named("jclouds.compute") protected Logger logger
-
-
Constructor Detail
-
RemoveFloatingIpFromNodeAndDeallocate
@Inject public RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi, @Named("FLOATINGIP") com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache)
-
-
Method Detail
-
apply
public RegionAndId apply(RegionAndId id)
- Specified by:
apply
in interfacecom.google.common.base.Function<RegionAndId,RegionAndId>
- Specified by:
apply
in interfaceFunction<RegionAndId,RegionAndId>
-
-