Uses of Class
org.jclouds.openstack.nova.v2_0.compute.functions.RemoveFloatingIpFromNodeAndDeallocate
Packages that use RemoveFloatingIpFromNodeAndDeallocate
Package
Description
-
Uses of RemoveFloatingIpFromNodeAndDeallocate in org.jclouds.openstack.nova.v2_0.compute
Fields in org.jclouds.openstack.nova.v2_0.compute declared as RemoveFloatingIpFromNodeAndDeallocateModifier and TypeFieldDescriptionprotected final RemoveFloatingIpFromNodeAndDeallocate
NovaComputeServiceAdapter.removeFloatingIpFromNodeAndDeallocate
Constructors in org.jclouds.openstack.nova.v2_0.compute with parameters of type RemoveFloatingIpFromNodeAndDeallocateModifierConstructorDescriptionNovaComputeServiceAdapter
(NovaApi novaApi, com.google.common.base.Supplier<Set<String>> regionIds, RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.base.Predicate<RegionAndId> serverRunningPredicate, com.google.common.base.Predicate<RegionAndId> serverTerminatedPredicate, CleanupResources cleanupResources) -
Uses of RemoveFloatingIpFromNodeAndDeallocate in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions declared as RemoveFloatingIpFromNodeAndDeallocateModifier and TypeFieldDescriptionprotected final RemoveFloatingIpFromNodeAndDeallocate
CleanupResources.removeFloatingIpFromNodeAndDeallocate
Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type RemoveFloatingIpFromNodeAndDeallocateModifierConstructorDescriptionCleanupResources
(RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> securityGroupMap, SecurityGroupExtension securityGroupExtension)