org.jclouds.smartos.compute.functions
Class VmSpecificationToHardware

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

@Singleton
public class VmSpecificationToHardware
extends Object
implements com.google.common.base.Function<VmSpecification,org.jclouds.compute.domain.Hardware>

Author:
Nigel Magnay

Constructor Summary
VmSpecificationToHardware()
           
 
Method Summary
 org.jclouds.compute.domain.Hardware apply(VmSpecification 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
 

Constructor Detail

VmSpecificationToHardware

public VmSpecificationToHardware()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.