org.jclouds.openstack.nova.v2_0.compute.functions
Class RemoveFloatingIpFromNodeAndDeallocate
java.lang.Object
org.jclouds.openstack.nova.v2_0.compute.functions.RemoveFloatingIpFromNodeAndDeallocate
- All Implemented Interfaces:
- com.google.common.base.Function<ZoneAndId,ZoneAndId>
public class RemoveFloatingIpFromNodeAndDeallocate
- extends Object
- implements com.google.common.base.Function<ZoneAndId,ZoneAndId>
A function for removing and deallocating an ip address from a node
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
| Methods inherited from interface com.google.common.base.Function |
equals |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
RemoveFloatingIpFromNodeAndDeallocate
@Inject
public RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
@Named(value="FLOATINGIP")
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache)
apply
public ZoneAndId apply(ZoneAndId id)
- Specified by:
apply in interface com.google.common.base.Function<ZoneAndId,ZoneAndId>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.