| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.OperatingSystem |
ImageToOperatingSystem.apply(Image from) |
| Constructor and Description |
|---|
ImageInZoneToImage(Map<Image.Status,org.jclouds.compute.domain.Image.Status> toPortableImageStatus,
com.google.common.base.Function<Image,org.jclouds.compute.domain.OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex) |
| 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 | Field and Description |
|---|---|
protected Image |
ImageInZone.image |
| Modifier and Type | Method and Description |
|---|---|
Image |
ImageInZone.getImage() |
| Constructor and Description |
|---|
ImageInZone(Image image,
String zoneId) |
| Modifier and Type | Method and Description |
|---|---|
Image |
ImageApi.get(String id)
List details of the specified image
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Image> |
ImageAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Image>> |
ImageAsyncApi.listInDetail() |
org.jclouds.collect.PagedIterable<? extends Image> |
ImageApi.listInDetail()
List all images (all details)
|
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.openstack.keystone.v2_0.domain.PaginatedCollection<? extends Image>> |
ImageAsyncApi.listInDetail(org.jclouds.openstack.v2_0.options.PaginationOptions options) |
org.jclouds.openstack.keystone.v2_0.domain.PaginatedCollection<? extends Image> |
ImageApi.listInDetail(org.jclouds.openstack.v2_0.options.PaginationOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Image>> |
ParseImageDetails.ToPagedIterable.markerToNextForCallingArg0(String zone) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Image> |
ImagePredicates.statusEquals(Image.Status status)
matches status of the given image
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.