Modifier and Type | Method and Description |
---|---|
OperatingSystem |
DatasetToOperatingSystem.apply(Dataset from) |
Constructor and Description |
---|
DatasetInDatacenterToImage(com.google.common.base.Function<Dataset,OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,Location>> locationIndex) |
Modifier and Type | Method and Description |
---|---|
Dataset |
Dataset.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Dataset.compareTo(Dataset that) |
Dataset.Builder |
Dataset.Builder.fromDataset(Dataset in) |
Modifier and Type | Field and Description |
---|---|
protected Dataset |
DatasetInDatacenter.dataset |
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetInDatacenter.get() |
Constructor and Description |
---|
DatasetInDatacenter(Dataset dataset,
String datacenterId) |
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetApi.get(String id)
Gets an individual dataset by id.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Dataset> |
DatasetAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Dataset>> |
DatasetAsyncApi.list() |
Set<Dataset> |
DatasetApi.list()
Provides a list of datasets available in this datacenter.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.