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 Details

    • ServiceOfferingToHardware

      public ServiceOfferingToHardware()
  • Method Details

    • apply

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