| Package | Description |
|---|---|
| org.jclouds.openstack.glance.v1_0.domain | |
| org.jclouds.openstack.glance.v1_0.features | |
| org.jclouds.openstack.glance.v1_0.functions.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageDetails
Detailed listing of an Image
|
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
Image.Builder.fromImage(Image in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> |
ImageAsyncApi.list() |
PagedIterable<? extends Image> |
ImageApi.list()
List all images (IDs, names, links)
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Image>> |
ImageAsyncApi.list(ListImageOptions options) |
PaginatedCollection<? extends Image> |
ImageApi.list(ListImageOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Image>> |
ParseImages.ToPagedIterable.markerToNextForCallingArg0(String zone) |
Copyright © 2009-2013 jclouds. All Rights Reserved.