Class FlavorInRegionToHardware
java.lang.Object
org.jclouds.openstack.nova.v2_0.compute.functions.FlavorInRegionToHardware
- All Implemented Interfaces:
com.google.common.base.Function<FlavorInRegion,
,Hardware> Function<FlavorInRegion,
Hardware>
public class FlavorInRegionToHardware
extends Object
implements com.google.common.base.Function<FlavorInRegion,Hardware>
A function for transforming the nova specific FlavorInRegion object to the generic Hardware object.
-
Constructor Summary
ConstructorsConstructorDescriptionFlavorInRegionToHardware
(com.google.common.base.Supplier<Map<String, Location>> locationIndex) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
FlavorInRegionToHardware
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<FlavorInRegion,
Hardware> - Specified by:
apply
in interfaceFunction<FlavorInRegion,
Hardware>
-