Uses of Class
org.jclouds.googlecomputeengine.domain.Image
-
-
Uses of Image in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return Image Modifier and Type Method Description Image
GoogleComputeEngineServiceAdapter. getImage(String selfLink)
Methods in org.jclouds.googlecomputeengine.compute that return types with arguments of type Image Modifier and Type Method Description Iterable<Image>
GoogleComputeEngineServiceAdapter. listImages()
-
Uses of Image in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type Image Modifier and Type Method Description protected com.google.common.cache.LoadingCache<URI,com.google.common.base.Optional<Image>>
GoogleComputeEngineServiceContextModule. diskURIToImageMap(com.google.common.cache.CacheLoader<URI,com.google.common.base.Optional<Image>> in)
Method parameters in org.jclouds.googlecomputeengine.compute.config with type arguments of type Image Modifier and Type Method Description protected com.google.common.cache.LoadingCache<URI,com.google.common.base.Optional<Image>>
GoogleComputeEngineServiceContextModule. diskURIToImageMap(com.google.common.cache.CacheLoader<URI,com.google.common.base.Optional<Image>> in)
-
Uses of Image in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Image Modifier and Type Method Description Image
Resources. image(URI selfLink)
Returns an image by self-link or null if not found.Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Image Modifier and Type Method Description Image
GoogleComputeEngineImageToImage. apply(Image image)
-
Uses of Image in org.jclouds.googlecomputeengine.compute.loaders
Methods in org.jclouds.googlecomputeengine.compute.loaders that return types with arguments of type Image Modifier and Type Method Description com.google.common.base.Optional<Image>
DiskURIToImage. load(URI key)
-
Uses of Image in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Image Modifier and Type Method Description static Image
Image. create(String id, URI selfLink, Date creationTimestamp, String name, String description, String sourceType, Image.RawDisk rawDisk, Deprecated deprecated, Image.Status status, Long archiveSizeBytes, Long diskSizeGb, String sourceDisk, String sourceDiskId, List<String> licenses)
-
Uses of Image in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Image Modifier and Type Method Description Image
ImageApi. get(String image)
Returns an image by name or null if not found.Image
ImageApi. get(URI selfLink)
Returns an image by self-link or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Image Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Image>>
ImageApi.ImagePages. fetchNextPage(ListOptions options)
protected com.google.common.base.Function<String,ListPage<Image>>
ImageApi.ImagePagesInProject. fetchNextPage(String projectName, ListOptions options)
Iterator<ListPage<Image>>
ImageApi. list()
Iterator<ListPage<Image>>
ImageApi. list(ListOptions options)
Iterator<ListPage<Image>>
ImageApi. listInProject(String projectName)
Iterator<ListPage<Image>>
ImageApi. listInProject(String projectName, ListOptions options)
ListPage<Image>
ImageApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of image resources available to the specified project.ListPage<Image>
ImageApi. listPageInProject(String projectName, String pageToken, ListOptions listOptions)
Retrieves the list of image resources available to the specified project.
-