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 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 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 ServiceOffering
ServiceOffering.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type ServiceOffering Modifier and Type Method Description 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 Modifier and Type Method Description ServiceOffering
GlobalOfferingApi. createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)
Create a new service offeringServiceOffering
OfferingApi. getServiceOffering(String id)
get a specific service offering by idServiceOffering
GlobalOfferingApi. 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
-