org.jclouds.vcloud.compute.functions
Class HardwareForVApp
java.lang.Object
org.jclouds.vcloud.compute.functions.HardwareForVApp
- All Implemented Interfaces:
- com.google.common.base.Function<VApp,Hardware>
public class HardwareForVApp
- extends Object
- implements com.google.common.base.Function<VApp,Hardware>
- Author:
- Adrian Cole
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 |
logger
protected Logger logger
HardwareForVApp
@Inject
protected HardwareForVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource,
VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
apply
public Hardware apply(VApp from)
- Specified by:
apply
in interface com.google.common.base.Function<VApp,Hardware>
Copyright © 2009-2011 jclouds. All Rights Reserved.