| Modifier and Type | Method and Description |
|---|---|
Image |
GoogleComputeEngineServiceAdapter.getImage(String id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Image> |
GoogleComputeEngineServiceAdapter.listImages() |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.Image |
GoogleComputeEngineImageToImage.apply(Image image) |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.fromImage(Image in) |
| Modifier and Type | Method and Description |
|---|---|
Image |
ImageApi.get(String imageName)
Returns the specified image resource.
|
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.collect.PagedIterable<Image> |
ImageApi.list()
A paged version of ImageApi#list()
|
org.jclouds.collect.PagedIterable<Image> |
ImageApi.list(ListOptions options)
A paged version of ImageApi#list()
|
ListPage<Image> |
ImageApi.listAtMarker(String marker) |
ListPage<Image> |
ImageApi.listAtMarker(String marker,
ListOptions listOptions)
Retrieves the list of image resources available to the specified project.
|
ListPage<Image> |
ImageApi.listFirstPage() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Image>> |
ParseImages.ToPagedIterable.fetchNextPage(String projectName,
ListOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.