Uses of Class
org.jclouds.cloudstack.domain.ServiceOffering
-
Packages that use ServiceOffering Package Description 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 Modifier and Type Method Description HardwareServiceOfferingToHardware. 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 Modifier and Type Method Description Iterable<ServiceOffering>CloudStackComputeServiceAdapter. listHardwareProfiles() -
Uses of ServiceOffering in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return ServiceOffering Modifier and Type Method Description ServiceOfferingServiceOffering.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type ServiceOffering Modifier and Type Method Description intServiceOffering. compareTo(ServiceOffering o)TServiceOffering.Builder. fromServiceOffering(ServiceOffering in) -
Uses of ServiceOffering in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return ServiceOffering Modifier and Type Method Description ServiceOfferingGlobalOfferingApi. createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)Create a new service offeringServiceOfferingOfferingApi. getServiceOffering(String id)get a specific service offering by idServiceOfferingGlobalOfferingApi. updateServiceOffering(String id, UpdateServiceOfferingOptions... options)Update an existing service offeringMethods in org.jclouds.cloudstack.features that return types with arguments of type ServiceOffering Modifier and Type Method Description Set<ServiceOffering>OfferingApi. listServiceOfferings(ListServiceOfferingsOptions... options)Lists service offerings
-