| Package | Description | 
|---|---|
| org.jclouds.smartos | |
| org.jclouds.smartos.compute.config | |
| org.jclouds.smartos.compute.domain | |
| org.jclouds.smartos.compute.functions | |
| org.jclouds.smartos.compute.strategy | 
| Modifier and Type | Method and Description | 
|---|---|
DataSet | 
SmartOSHostController.getDataSet(UUID imageId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<DataSet> | 
SmartOSHostController.getAvailableImages()
What remotely available images are there in the cloud? 
 | 
Iterable<DataSet> | 
SmartOSHostController.getLocalDatasets()  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSet | 
SmartOSParserModule.FlattenDataset.deserialize(com.google.gson.JsonElement json,
           Type typeOfT,
           com.google.gson.JsonDeserializationContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gson.JsonElement | 
SmartOSParserModule.FlattenDataset.serialize(DataSet dataset,
         Type type,
         com.google.gson.JsonSerializationContext jsonSerializationContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSet | 
DataSet.Builder.build()  | 
DataSet | 
VmSpecification.getDataset()  | 
| Modifier and Type | Method and Description | 
|---|---|
VmSpecification.Builder | 
VmSpecification.Builder.dataset(DataSet dataset)  | 
DataSet.Builder | 
DataSet.Builder.fromDataSet(DataSet in)  | 
| Constructor and Description | 
|---|
VmSpecification(String alias,
               String brand,
               DataSet dataset,
               String dnsDomain,
               String quota,
               int maxPhysicalMemory,
               int maxLockedMemory,
               int maxSwap,
               int tmpFs,
               List<VmNIC> nics)  | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
DataSetToImage.apply(DataSet from)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSet | 
SmartOSComputeServiceAdapter.getImage(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<DataSet> | 
SmartOSComputeServiceAdapter.listImages()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.