org.jclouds.vcloud.director.v1_5.compute.functions
Class HardwareForVm

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

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

Author:
Adrian Cole

Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
protected HardwareForVm(com.google.common.base.Function<Reference,org.jclouds.domain.Location> findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder, SectionForVApp<VirtualHardwareSection> findVirtualHardwareSectionForVm)
           
 
Method Summary
 org.jclouds.compute.domain.Hardware apply(Vm 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

HardwareForVm

@Inject
protected HardwareForVm(com.google.common.base.Function<Reference,org.jclouds.domain.Location> findLocationForResource,
                               VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder,
                               SectionForVApp<VirtualHardwareSection> findVirtualHardwareSectionForVm)
Method Detail

apply

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


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