This project has retired. For details please refer to its
Attic page.
RemoveFloatingIpFromNodeAndDeallocate (Apache jclouds 2.2.1 API)
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.compute.functions.RemoveFloatingIpFromNodeAndDeallocate
-
- All Implemented Interfaces:
- com.google.common.base.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
Modifier and Type |
Field and Description |
protected Logger |
logger |
-
Method Summary
-
Methods inherited from interface com.google.common.base.Function
equals
-
-
Constructor Detail
-
RemoveFloatingIpFromNodeAndDeallocate
@Inject
public RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
@Named(value="FLOATINGIP")
com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache)
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.