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 |
GlobalOfferingClient.createServiceOffering(String name,
String displayText,
int cpuNumber,
int cpuSpeedInMHz,
int memoryInMB,
CreateServiceOfferingOptions... options)
Create a new service offering
|
ServiceOffering |
OfferingClient.getServiceOffering(String id)
get a specific service offering by id
|
ServiceOffering |
GlobalOfferingClient.updateServiceOffering(String 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(String 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(String id,
UpdateServiceOfferingOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.