org.jclouds.cloudstack.compute.functions
Class ServiceOfferingToHardware
java.lang.Object
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>
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 |
ServiceOfferingToHardware
public ServiceOfferingToHardware()
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.