| Package | Description | 
|---|---|
| org.jclouds.cloudstack.compute.functions | |
| org.jclouds.cloudstack.compute.strategy | |
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features | 
| Modifier and Type | Method and Description | 
|---|---|
Hardware | 
ServiceOfferingToHardware.apply(ServiceOffering offering)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<ServiceOffering> | 
CloudStackComputeServiceAdapter.listHardwareProfiles()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceOffering | 
ServiceOffering.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ServiceOffering.compareTo(ServiceOffering arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceOffering | 
GlobalOfferingClient.createServiceOffering(String name,
                     String displayText,
                     int cpuNumber,
                     int cpuSpeedInMHz,
                     int memoryInMB,
                     CreateServiceOfferingOptions... options)
Create a new service offering 
 | 
ServiceOffering | 
OfferingClient.getServiceOffering(long id)
get a specific service offering by id 
 | 
ServiceOffering | 
GlobalOfferingClient.updateServiceOffering(long id,
                     UpdateServiceOfferingOptions... options)
Update an existing service offering 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> | 
GlobalOfferingAsyncClient.createServiceOffering(String name,
                     String displayText,
                     int cpuNumber,
                     int cpuSpeedInMHz,
                     int memoryInMB,
                     CreateServiceOfferingOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> | 
OfferingAsyncClient.getServiceOffering(long id)  | 
Set<ServiceOffering> | 
OfferingClient.listServiceOfferings(ListServiceOfferingsOptions... options)
Lists service offerings 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<ServiceOffering>> | 
OfferingAsyncClient.listServiceOfferings(ListServiceOfferingsOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> | 
GlobalOfferingAsyncClient.updateServiceOffering(long id,
                     UpdateServiceOfferingOptions... options)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.