org.jclouds.vcloud.compute.functions
Class HardwareForVApp

java.lang.Object
  extended by org.jclouds.vcloud.compute.functions.HardwareForVApp
All Implemented Interfaces:
com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware>

public class HardwareForVApp
extends Object
implements com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware>


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
protected HardwareForVApp(com.google.common.base.Function<ReferenceType,org.jclouds.domain.Location> findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 
Method Summary
 org.jclouds.compute.domain.Hardware apply(VApp from)
           
 
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
 

Field Detail

logger

protected org.jclouds.logging.Logger logger
Constructor Detail

HardwareForVApp

@Inject
protected HardwareForVApp(com.google.common.base.Function<ReferenceType,org.jclouds.domain.Location> findLocationForResource,
                                 VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
Method Detail

apply

public org.jclouds.compute.domain.Hardware apply(VApp from)
Specified by:
apply in interface com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.