org.jclouds.vcloud.director.v1_5.compute.functions
Class HardwareForVm
java.lang.Object
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
|
|
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 |
logger
protected org.jclouds.logging.Logger logger
HardwareForVm
@Inject
protected HardwareForVm(com.google.common.base.Function<Reference,org.jclouds.domain.Location> findLocationForResource,
VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder,
SectionForVApp<VirtualHardwareSection> findVirtualHardwareSectionForVm)
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.