Constructor and Description |
---|
NovaReviseParsedImage(com.google.common.base.Function<Image,OperatingSystem> imageToOs) |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
ImageToOperatingSystem.apply(Image from) |
Constructor and Description |
---|
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus,
com.google.common.base.Function<Image,OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,Location>> locationIndex) |
Modifier and Type | Method and Description |
---|---|
Image |
GetImageWhenImageInZoneHasActiveStatusPredicateWithResult.findImage(ZoneAndId zoneAndId) |
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 PagedIterable<? extends Image>> |
ImageAsyncApi.listInDetail() |
PagedIterable<? extends Image> |
ImageApi.listInDetail()
List all images (all details)
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Image>> |
ImageAsyncApi.listInDetail(PaginationOptions options) |
PaginatedCollection<? extends Image> |
ImageApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,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-2013 jclouds. All Rights Reserved.