Uses of Class
org.jclouds.cloudstack.domain.ServiceOffering

Packages that use ServiceOffering
org.jclouds.cloudstack.compute.functions   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of ServiceOffering in org.jclouds.cloudstack.compute.functions
 

Methods in org.jclouds.cloudstack.compute.functions with parameters of type ServiceOffering
 org.jclouds.compute.domain.Hardware ServiceOfferingToHardware.apply(ServiceOffering offering)
           
 

Uses of ServiceOffering in org.jclouds.cloudstack.compute.strategy
 

Methods in org.jclouds.cloudstack.compute.strategy that return types with arguments of type ServiceOffering
 Iterable<ServiceOffering> CloudStackComputeServiceAdapter.listHardwareProfiles()
           
 

Uses of ServiceOffering in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return ServiceOffering
 ServiceOffering ServiceOffering.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type ServiceOffering
 int ServiceOffering.compareTo(ServiceOffering o)
           
 T ServiceOffering.Builder.fromServiceOffering(ServiceOffering in)
           
 

Uses of ServiceOffering in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return ServiceOffering
 ServiceOffering GlobalOfferingApi.createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)
          Create a new service offering
 ServiceOffering OfferingApi.getServiceOffering(String id)
          get a specific service offering by id
 ServiceOffering GlobalOfferingApi.updateServiceOffering(String id, UpdateServiceOfferingOptions... options)
          Update an existing service offering
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type ServiceOffering
 Set<ServiceOffering> OfferingApi.listServiceOfferings(ListServiceOfferingsOptions... options)
          Lists service offerings
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.