| Modifier and Type | Method and Description |
|---|---|
ImageDetails |
ImageDetails.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
ImageDetails.Builder.fromImageDetails(ImageDetails in) |
| Modifier and Type | Method and Description |
|---|---|
ImageDetails |
ImageApi.create(String name,
org.jclouds.io.Payload payload,
CreateImageOptions... options)
Create a new image
|
ImageDetails |
ImageApi.get(String id)
Return metadata about an image with id
|
ImageDetails |
ImageApi.reserve(String name,
CreateImageOptions... options)
Reserve a new image to be uploaded later
|
ImageDetails |
ImageApi.update(String id,
UpdateImageOptions... options)
Adjust the metadata stored for an existing image
|
ImageDetails |
ImageApi.upload(String id,
org.jclouds.io.Payload imageData,
UpdateImageOptions... options)
Upload image data for a previously-reserved image
If an image was previously reserved, and thus is in the queued state, then
image data can be added using this method.
|
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.collect.PagedIterable<? extends ImageDetails> |
ImageApi.listInDetail()
List all images (all details)
|
org.jclouds.openstack.v2_0.domain.PaginatedCollection<? extends ImageDetails> |
ImageApi.listInDetail(ListImageOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ImageDetails |
ParseImageDetailsFromHeaders.apply(org.jclouds.http.HttpResponse from) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<ImageDetails>> |
ParseImageDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.