org.jclouds.savvis.vpdc.compute.functions
Class VMSpecToHardware

java.lang.Object
  extended by org.jclouds.savvis.vpdc.compute.functions.VMSpecToHardware
All Implemented Interfaces:
com.google.common.base.Function<VMSpec,Hardware>

@Singleton
public class VMSpecToHardware
extends Object
implements com.google.common.base.Function<VMSpec,Hardware>

Author:
Adrian Cole

Constructor Summary
VMSpecToHardware()
           
 
Method Summary
 Hardware apply(VMSpec 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

VMSpecToHardware

public VMSpecToHardware()
Method Detail

apply

public Hardware apply(VMSpec from)
Specified by:
apply in interface com.google.common.base.Function<VMSpec,Hardware>


Copyright © 2009-2012 jclouds. All Rights Reserved.