org.jclouds.trmk.vcloud_0_8.compute.functions
Class HardwareForVCloudExpressVApp

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

public class HardwareForVCloudExpressVApp
extends Object
implements com.google.common.base.Function<VApp,Hardware>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
protected HardwareForVCloudExpressVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource, HardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 
Method Summary
 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 Logger logger
Constructor Detail

HardwareForVCloudExpressVApp

@Inject
protected HardwareForVCloudExpressVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource,
                                              HardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
Method Detail

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.