Class ServiceOfferingToHardware
java.lang.Object
org.jclouds.cloudstack.compute.functions.ServiceOfferingToHardware
- All Implemented Interfaces:
com.google.common.base.Function<ServiceOffering,,org.jclouds.compute.domain.Hardware> Function<ServiceOffering,org.jclouds.compute.domain.Hardware>
@Singleton
public class ServiceOfferingToHardware
extends Object
implements com.google.common.base.Function<ServiceOffering,org.jclouds.compute.domain.Hardware>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jclouds.compute.domain.Hardwareapply(ServiceOffering offering) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ServiceOfferingToHardware
public ServiceOfferingToHardware()
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Function<ServiceOffering,org.jclouds.compute.domain.Hardware> - Specified by:
applyin interfaceFunction<ServiceOffering,org.jclouds.compute.domain.Hardware>
-