|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceOffering | |
---|---|
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 | |
---|---|
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 | |
---|---|
Iterable<ServiceOffering> |
CloudStackComputeServiceAdapter.listHardwareProfiles()
|
Uses of ServiceOffering in org.jclouds.cloudstack.domain |
---|
Methods in org.jclouds.cloudstack.domain that return ServiceOffering | |
---|---|
ServiceOffering |
ServiceOffering.Builder.build()
|
Methods in org.jclouds.cloudstack.domain with parameters of type ServiceOffering | |
---|---|
int |
ServiceOffering.compareTo(ServiceOffering arg0)
|
Uses of ServiceOffering in org.jclouds.cloudstack.features |
---|
Methods in org.jclouds.cloudstack.features that return ServiceOffering | |
---|---|
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 |
Methods in org.jclouds.cloudstack.features that return types with arguments of type ServiceOffering | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |