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 |
---|
ImageInRegionToImage(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 |
NovaParserModule.ImageAdapter.apply(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ImageAdapter.ImageInternal in,
Map<String,String> metadata,
List<BlockDeviceMapping> blockDeviceMapping) |
Image |
NovaParserModule.ImageAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
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 |
ImageInRegion.image |
Modifier and Type | Method and Description |
---|---|
Image |
ImageInRegion.getImage() |
Constructor and Description |
---|
ImageInRegion(Image image,
String regionId) |
Modifier and Type | Field and Description |
---|---|
protected Image |
ImageInRegion.image
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageInRegion.getImage()
Deprecated.
|
Constructor and Description |
---|
ImageInRegion(Image image,
String regionId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageApi.get(String id)
List details of the specified image
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<Image> |
ImageApi.listInDetail()
List all images (all details)
|
PaginatedCollection<Image> |
ImageApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Image>> |
ParseImageDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
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-2016 The Apache Software Foundation. All Rights Reserved.