org.jclouds.cloudstack.compute.functions
Class ServiceOfferingToHardware

java.lang.Object
  extended by org.jclouds.cloudstack.compute.functions.ServiceOfferingToHardware
All Implemented Interfaces:
com.google.common.base.Function<ServiceOffering,Hardware>

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


Constructor Summary
ServiceOfferingToHardware()
           
 
Method Summary
 Hardware apply(ServiceOffering offering)
           
 
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

ServiceOfferingToHardware

public ServiceOfferingToHardware()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.