| 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 o) |
T |
ServiceOffering.Builder.fromServiceOffering(ServiceOffering in) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceOffering> |
OfferingApi.listServiceOfferings(ListServiceOfferingsOptions... options)
Lists service offerings
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.