Uses of Class
org.jclouds.googlecomputeengine.domain.Image
Packages that use Image
Package
Description
-
Uses of Image in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return ImageModifier and TypeMethodDescriptionMethods in org.jclouds.googlecomputeengine.compute that return types with arguments of type Image -
Uses of Image in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type ImageModifier and TypeMethodDescriptionGoogleComputeEngineServiceContextModule.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 ImageModifier and TypeMethodDescriptionGoogleComputeEngineServiceContextModule.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 ImageModifier and TypeMethodDescriptionReturns an image by self-link or null if not found.Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type 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 -
Uses of Image in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return ImageModifier and TypeMethodDescriptionstatic 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 ImageModifier and TypeMethodDescriptionReturns an image by name or null if not found.Returns an image by self-link or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type ImageModifier and TypeMethodDescriptionImageApi.ImagePages.fetchNextPage
(ListOptions options) ImageApi.ImagePagesInProject.fetchNextPage
(String projectName, ListOptions options) ImageApi.list()
ImageApi.list
(ListOptions options) ImageApi.listInProject
(String projectName) ImageApi.listInProject
(String projectName, ListOptions options) ImageApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of image resources available to the specified project.ImageApi.listPageInProject
(String projectName, String pageToken, ListOptions listOptions) Retrieves the list of image resources available to the specified project.