Uses of Interface
org.jclouds.compute.domain.Image

Packages that use Image
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.config   
org.jclouds.aws.ec2.compute.functions   
org.jclouds.aws.ec2.compute.suppliers   
org.jclouds.byon.internal   
org.jclouds.cloudservers.compute.extensions   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.compute.predicates   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.cloudstack.compute.functions   
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.extensions   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.predicates.internal   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.functions   
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.domain   
org.jclouds.ec2.compute.extensions   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.internal   
org.jclouds.ec2.compute.loaders   
org.jclouds.ec2.compute.predicates   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.compute.suppliers   
org.jclouds.elasticstack.compute.functions   
org.jclouds.glesys.compute.functions   
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.functions   
org.jclouds.joyent.cloudapi.v6_5.compute   
org.jclouds.joyent.cloudapi.v6_5.compute.functions   
org.jclouds.nodepool.internal   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.openstack.nova.v2_0.compute   
org.jclouds.openstack.nova.v2_0.compute.extensions   
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.openstack.nova.v2_0.compute.predicates   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.servermanager.compute.functions   
org.jclouds.slicehost.compute.functions   
org.jclouds.smartos.compute.functions   
org.jclouds.softlayer.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.suppliers   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.internal   
org.jclouds.vcloud.director.v1_5.compute.functions   
org.jclouds.virtualbox.compute   
org.jclouds.virtualbox.compute.extensions   
org.jclouds.virtualbox.domain   
org.jclouds.virtualbox.functions   
org.jclouds.virtualbox.functions.admin   
 

Uses of Image in org.jclouds.aws.ec2.compute
 

Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Image
AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
 

Uses of Image in org.jclouds.aws.ec2.compute.config
 

Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> AWSEC2BindComputeSuppliersByClass.defineImageSupplier()
           
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> AWSEC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache(RegionAndNameToImageSupplier supplier)
           
protected  com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>> AWSEC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> AWSEC2ComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
 

Method parameters in org.jclouds.aws.ec2.compute.config with type arguments of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> AWSEC2ComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
 

Uses of Image in org.jclouds.aws.ec2.compute.functions
 

Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Image
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeMetadata.Status> instanceToNodeStatus, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention)
           
 

Uses of Image in org.jclouds.aws.ec2.compute.suppliers
 

Methods in org.jclouds.aws.ec2.compute.suppliers that return types with arguments of type Image
 Iterable<Image> CallForImages.call()
           
 Set<? extends Image> AWSEC2ImageSupplier.get()
           
 

Constructor parameters in org.jclouds.aws.ec2.compute.suppliers with type arguments of type Image
AWSEC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, Map<String,String> queries, String clusterRegions, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, CallForImages.Factory factory, Set<String> clusterComputeIds, ExecutorService executor)
           
 

Uses of Image in org.jclouds.byon.internal
 

Methods in org.jclouds.byon.internal that return Image
 Image BYONComputeServiceAdapter.getImage(String id)
           
 

Methods in org.jclouds.byon.internal that return types with arguments of type Image
 Iterable<Image> BYONComputeServiceAdapter.listImages()
           
 

Uses of Image in org.jclouds.cloudservers.compute.extensions
 

Methods in org.jclouds.cloudservers.compute.extensions that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersImageExtension.createImage(ImageTemplate template)
           
 

Constructor parameters in org.jclouds.cloudservers.compute.extensions with type arguments of type Image
CloudServersImageExtension(CloudServersClient client, ExecutorService userThreads, PredicateWithResult<Integer,Image> imageAvailablePredicate)
           
 

Uses of Image in org.jclouds.cloudservers.compute.functions
 

Fields in org.jclouds.cloudservers.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerToNodeMetadata.images
           
 

Methods in org.jclouds.cloudservers.compute.functions that return Image
 Image CloudServersImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.cloudservers.compute.predicates
 

Methods in org.jclouds.cloudservers.compute.predicates that return Image
 Image GetImageWhenStatusActivePredicateWithResult.getResult()
           
 

Constructor parameters in org.jclouds.cloudservers.compute.predicates with type arguments of type Image
GetImageWhenStatusActivePredicateWithResult(CloudServersClient client, com.google.common.base.Function<Image,Image> cloudserversImageToImage)
           
 

Uses of Image in org.jclouds.cloudsigma.compute
 

Constructor parameters in org.jclouds.cloudsigma.compute with type arguments of type Image
CloudSigmaTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Image in org.jclouds.cloudsigma.compute.functions
 

Methods in org.jclouds.cloudsigma.compute.functions that return Image
 Image PreinstalledDiskToImage.apply(DriveInfo drive)
           
 

Methods in org.jclouds.cloudsigma.compute.functions with parameters of type Image
 boolean ServerInfoToNodeMetadata.FindImageForId.matches(String from, Image input)
           
 

Constructor parameters in org.jclouds.cloudsigma.compute.functions with type arguments of type Image
ServerInfoToNodeMetadata.FindImageForId(com.google.common.base.Supplier<Set<? extends Image>> images)
           
 

Uses of Image in org.jclouds.cloudstack.compute.functions
 

Methods in org.jclouds.cloudstack.compute.functions that return Image
 Image TemplateToImage.apply(Template template)
           
 

Methods in org.jclouds.cloudstack.compute.functions with parameters of type Image
 boolean VirtualMachineToNodeMetadata.FindImageForVirtualMachine.matches(VirtualMachine from, Image input)
           
 

Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type Image
VirtualMachineToNodeMetadata.FindImageForVirtualMachine(com.google.common.base.Supplier<Set<? extends Image>> location)
           
 

Uses of Image in org.jclouds.compute
 

Methods in org.jclouds.compute that return Image
 Image ComputeService.getImage(String id)
          Find an image by its id.
 

Methods in org.jclouds.compute that return types with arguments of type Image
 Iterable<Image> JCloudsNativeComputeServiceAdapter.listImages()
          Images are the available configured operating systems that someone can run a node with.
 Set<? extends Image> ComputeService.listImages()
          Images define the operating system and metadata related to a node.
 

Uses of Image in org.jclouds.compute.config
 

Fields in org.jclouds.compute.config with type parameters of type Image
protected  Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
           
 

Methods in org.jclouds.compute.config that return Image
 Image ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage.apply(Image arg0)
           
 

Methods in org.jclouds.compute.config that return types with arguments of type Image
protected abstract  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> BindComputeSuppliersByClass.defineImageSupplier()
           
protected  com.google.common.base.Predicate<AtomicReference<Image>> ComputeServiceTimeoutsModule.imageAvailable(AtomicImageAvailable statusAvailable, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Supplier<Map<String,? extends Image>> BaseComputeServiceContextModule.provideImageMap(com.google.common.base.Supplier<Set<? extends Image>> images)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> ComputeServiceAdapterContextModule.provideImages(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<I,Image> transformer, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)
           
protected  com.google.common.base.Predicate<AtomicReference<Image>> ComputeServiceTimeoutsModule.serverDeleted(AtomicImageDeleted statusDeleted, ComputeServiceConstants.Timeouts timeouts)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
          For overriding; default impl is same as supplyImageCache(seconds, imageSupplier)
 

Methods in org.jclouds.compute.config with parameters of type Image
 Image ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage.apply(Image arg0)
           
 

Method parameters in org.jclouds.compute.config with type arguments of type Image
protected  void BindComputeSuppliersByClass.bindImageSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> clazz)
           
protected  com.google.common.base.Supplier<Map<String,? extends Image>> BaseComputeServiceContextModule.provideImageMap(com.google.common.base.Supplier<Set<? extends Image>> images)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> ComputeServiceAdapterContextModule.provideImages(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<I,Image> transformer, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
          For overriding; default impl is same as supplyImageCache(seconds, imageSupplier)
 

Constructor parameters in org.jclouds.compute.config with type arguments of type Image
JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
           
 

Uses of Image in org.jclouds.compute.domain
 

Fields in org.jclouds.compute.domain with type parameters of type Image
protected  com.google.common.base.Predicate<Image> HardwareBuilder.supportsImage
           
 

Methods in org.jclouds.compute.domain that return Image
 Image ImageBuilder.build()
           
 Image Template.getImage()
          Image that suits the requirements.
 

Methods in org.jclouds.compute.domain that return types with arguments of type Image
 com.google.common.base.Predicate<Image> Hardware.supportsImage()
          Determines whether this size can run an image.
 

Methods in org.jclouds.compute.domain with parameters of type Image
 TemplateBuilder TemplateBuilder.fromImage(Image image)
          Configure this template to fuzzy-match on the image parameter
static ImageBuilder ImageBuilder.fromImage(Image image)
           
 

Method parameters in org.jclouds.compute.domain with type arguments of type Image
 TemplateBuilder TemplateBuilder.imageMatches(com.google.common.base.Predicate<Image> condition)
          Configure this template to have an image description that matches the supplied condition ex.
 HardwareBuilder HardwareBuilder.supportsImage(com.google.common.base.Predicate<Image> supportsImage)
           
 

Uses of Image in org.jclouds.compute.domain.internal
 

Classes in org.jclouds.compute.domain.internal that implement Image
 class ImageImpl
           
 

Fields in org.jclouds.compute.domain.internal with type parameters of type Image
protected  com.google.common.base.Predicate<Image> TemplateBuilderImpl.imagePredicate
           
protected  com.google.common.base.Supplier<Set<? extends Image>> TemplateBuilderImpl.images
           
 

Methods in org.jclouds.compute.domain.internal that return Image
 Image TemplateImpl.getImage()
          Image that suits the requirements.
protected  Image TemplateBuilderImpl.resolveImage(Hardware hardware, Iterable<? extends Image> supportedImages)
           
 

Methods in org.jclouds.compute.domain.internal that return types with arguments of type Image
protected  Set<? extends Image> TemplateBuilderImpl.getImages()
           
 com.google.common.base.Predicate<Image> HardwareImpl.supportsImage()
          Determines whether this size can run an image.
 

Methods in org.jclouds.compute.domain.internal with parameters of type Image
 TemplateBuilder TemplateBuilderImpl.fromImage(Image image)
          Configure this template to fuzzy-match on the image parameter
 

Method parameters in org.jclouds.compute.domain.internal with type arguments of type Image
 TemplateBuilder TemplateBuilderImpl.imageMatches(com.google.common.base.Predicate<Image> condition)
          Configure this template to have an image description that matches the supplied condition ex.
protected  Hardware TemplateBuilderImpl.resolveHardware(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images)
           
protected  Image TemplateBuilderImpl.resolveImage(Hardware hardware, Iterable<? extends Image> supportedImages)
           
protected  NoSuchElementException TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingImageIds(String message, Iterable<? extends Image> images)
           
 

Constructors in org.jclouds.compute.domain.internal with parameters of type Image
TemplateImpl(Image image, Hardware size, Location location, TemplateOptions options)
           
 

Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Image
HardwareImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage, String hypervisor)
           
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Image in org.jclouds.compute.extensions
 

Methods in org.jclouds.compute.extensions that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> ImageExtension.createImage(ImageTemplate template)
          Transform the ImageTemplate on an Image that can be used to create nodes.
 

Uses of Image in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return Image
 Image BaseComputeService.getImage(String id)
          Find an image by its id.
 

Methods in org.jclouds.compute.internal that return types with arguments of type Image
 Set<? extends Image> BaseComputeService.listImages()
          Images define the operating system and metadata related to a node.
 

Constructor parameters in org.jclouds.compute.internal with type arguments of type Image
BaseComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

Uses of Image in org.jclouds.compute.predicates
 

Methods in org.jclouds.compute.predicates that return Image
protected  Image AtomicImageDeleted.refreshOrNull(Image resource)
           
 

Methods in org.jclouds.compute.predicates that return types with arguments of type Image
static com.google.common.base.Predicate<Image> ImagePredicates.any()
          return everything.
static com.google.common.base.Predicate<Image> ImagePredicates.idEquals(String id)
          evaluates true if the Image
static com.google.common.base.Predicate<Image> ImagePredicates.idIn(Iterable<String> ids)
          evaluates true if the Image id is in the supplied set
static com.google.common.base.Predicate<Image> ImagePredicates.is64Bit()
          return true if this is a 64bit image.
static com.google.common.base.Predicate<Image> ImagePredicates.userMetadataContains(String key, String value)
          evaluates true if the Image metadata contains the following values
 

Methods in org.jclouds.compute.predicates with parameters of type Image
protected  Image AtomicImageDeleted.refreshOrNull(Image resource)
           
 

Uses of Image in org.jclouds.compute.predicates.internal
 

Methods in org.jclouds.compute.predicates.internal that return Image
protected  Image RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull(Image resource)
           
 

Methods in org.jclouds.compute.predicates.internal with parameters of type Image
protected  Image RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull(Image resource)
           
 

Uses of Image in org.jclouds.compute.strategy
 

Methods in org.jclouds.compute.strategy that return Image
 Image GetImageStrategy.getImage(String id)
           
 

Uses of Image in org.jclouds.compute.strategy.impl
 

Methods in org.jclouds.compute.strategy.impl that return Image
 Image AdaptingComputeServiceStrategies.getImage(String id)
           
 

Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type Image
AdaptingComputeServiceStrategies(Map<String,Credentials> credentialStore, PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate, ComputeServiceAdapter<N,H,I,L> client, com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter, com.google.common.base.Function<I,Image> imageAdapter)
           
 

Uses of Image in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config that return Image
 Image StubComputeServiceAdapter.getImage(String id)
           
 

Methods in org.jclouds.compute.stub.config that return types with arguments of type Image
 Iterable<Image> StubComputeServiceAdapter.listImages()
           
 

Uses of Image in org.jclouds.deltacloud.compute.functions
 

Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> InstanceToNodeMetadata.images
           
 

Methods in org.jclouds.deltacloud.compute.functions that return Image
 Image DeltacloudImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.ec2.compute
 

Constructor parameters in org.jclouds.ec2.compute with type arguments of type Image
EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention)
           
 

Uses of Image in org.jclouds.ec2.compute.config
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> EC2BindComputeSuppliersByClass.defineImageSupplier()
           
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache(RegionAndNameToImageSupplier supplier)
           
protected  com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> EC2ComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
 

Method parameters in org.jclouds.ec2.compute.config with type arguments of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> EC2ComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
 

Uses of Image in org.jclouds.ec2.compute.domain
 

Methods in org.jclouds.ec2.compute.domain with parameters of type Image
 boolean EC2HardwareBuilder.RequiresRootDeviceType.apply(Image image)
           
 boolean EC2HardwareBuilder.IsWindows.apply(Image image)
           
 boolean EC2HardwareBuilder.RequiresVirtualizationType.apply(Image image)
           
 

Method parameters in org.jclouds.ec2.compute.domain with type arguments of type Image
 EC2HardwareBuilder EC2HardwareBuilder.supportsImage(com.google.common.base.Predicate<Image> supportsImage)
           
 

Uses of Image in org.jclouds.ec2.compute.extensions
 

Methods in org.jclouds.ec2.compute.extensions that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> EC2ImageExtension.createImage(ImageTemplate template)
           
 

Constructor parameters in org.jclouds.ec2.compute.extensions with type arguments of type Image
EC2ImageExtension(EC2Client ec2Client, ExecutorService userThreads, PredicateWithResult<String,Image> imageReadyPredicate)
           
 

Uses of Image in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> RunningInstanceToNodeMetadata.imageMap
           
 

Methods in org.jclouds.ec2.compute.functions that return Image
 Image EC2ImageParser.apply(Image from)
           
 

Methods in org.jclouds.ec2.compute.functions that return types with arguments of type Image
 Map<RegionAndName,? extends Image> ImagesToRegionAndIdMap.apply(Iterable<? extends Image> input)
           
static Map<RegionAndName,? extends Image> ImagesToRegionAndIdMap.imagesToMap(Iterable<? extends Image> input)
           
 

Method parameters in org.jclouds.ec2.compute.functions with type arguments of type Image
 Map<RegionAndName,? extends Image> ImagesToRegionAndIdMap.apply(Iterable<? extends Image> input)
           
static Map<RegionAndName,? extends Image> ImagesToRegionAndIdMap.imagesToMap(Iterable<? extends Image> input)
           
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Image
RunningInstanceToNodeMetadata(Map<InstanceState,NodeMetadata.Status> instanceToNodeStatus, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention)
           
 

Uses of Image in org.jclouds.ec2.compute.internal
 

Methods in org.jclouds.ec2.compute.internal that return Image
protected  Image EC2TemplateBuilderImpl.resolveImage(Hardware size, Iterable<? extends Image> supportedImages)
           
 

Methods in org.jclouds.ec2.compute.internal that return types with arguments of type Image
protected  Set<? extends Image> EC2TemplateBuilderImpl.getImages()
           
 

Method parameters in org.jclouds.ec2.compute.internal with type arguments of type Image
protected  Image EC2TemplateBuilderImpl.resolveImage(Hardware size, Iterable<? extends Image> supportedImages)
           
 

Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type Image
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
 

Uses of Image in org.jclouds.ec2.compute.loaders
 

Methods in org.jclouds.ec2.compute.loaders that return Image
 Image RegionAndIdToImage.load(RegionAndName key)
           
 

Uses of Image in org.jclouds.ec2.compute.predicates
 

Methods in org.jclouds.ec2.compute.predicates that return Image
 Image GetImageWhenStatusAvailablePredicateWithResult.getResult()
           
 

Methods in org.jclouds.ec2.compute.predicates that return types with arguments of type Image
static com.google.common.base.Predicate<Image> EC2ImagePredicates.rootDeviceType(RootDeviceType rootDeviceType)
          evaluates true if the Image has the specified root device type
 

Uses of Image in org.jclouds.ec2.compute.strategy
 

Methods in org.jclouds.ec2.compute.strategy that return Image
 Image EC2GetImageStrategy.getImage(String id)
           
 

Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type Image
EC2GetImageStrategy(EC2Client client, com.google.common.base.Function<Image,Image> imageToImage)
           
 

Uses of Image in org.jclouds.ec2.compute.suppliers
 

Methods in org.jclouds.ec2.compute.suppliers that return types with arguments of type Image
 com.google.common.cache.LoadingCache<RegionAndName,? extends Image> RegionAndNameToImageSupplier.get()
           
 Set<? extends Image> EC2ImageSupplier.get()
           
 

Constructor parameters in org.jclouds.ec2.compute.suppliers with type arguments of type Image
EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, EC2ImageParser parser)
           
RegionAndNameToImageSupplier(com.google.common.cache.CacheLoader<RegionAndName,Image> regionAndIdToImage, long expirationSecs)
           
 

Uses of Image in org.jclouds.elasticstack.compute.functions
 

Methods in org.jclouds.elasticstack.compute.functions that return Image
 Image WellKnownImageToImage.apply(DriveInfo drive)
           
 

Methods in org.jclouds.elasticstack.compute.functions with parameters of type Image
 boolean ServerInfoToNodeMetadata.FindImageForId.matches(String from, Image input)
           
 

Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Image
ServerInfoToNodeMetadata.FindImageForId(com.google.common.base.Supplier<Set<? extends Image>> images)
           
 

Uses of Image in org.jclouds.glesys.compute.functions
 

Fields in org.jclouds.glesys.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerDetailsToNodeMetadata.images
           
 

Methods in org.jclouds.glesys.compute.functions that return Image
 Image OSTemplateToImage.apply(OSTemplate template)
           
 

Uses of Image in org.jclouds.gogrid.compute
 

Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Image
GoGridComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

Uses of Image in org.jclouds.gogrid.compute.functions
 

Methods in org.jclouds.gogrid.compute.functions that return Image
 Image ServerImageToImage.apply(ServerImage from)
           
protected  Image ServerToNodeMetadata.parseImage(Server from)
           
 

Uses of Image in org.jclouds.joyent.cloudapi.v6_5.compute
 

Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute with type arguments of type Image
JoyentCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, JoyentCloudApi novaApi, com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByDatacenterId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

Uses of Image in org.jclouds.joyent.cloudapi.v6_5.compute.functions
 

Fields in org.jclouds.joyent.cloudapi.v6_5.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> MachineInDatacenterToNodeMetadata.images
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.functions that return Image
 Image DatasetInDatacenterToImage.apply(DatasetInDatacenter datasetInDatacenter)
           
 

Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute.functions with type arguments of type Image
MachineInDatacenterToNodeMetadata(Map<Machine.State,NodeMetadata.Status> toPortableNodeStatus, com.google.common.base.Supplier<Map<String,Location>> locationIndex, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, GroupNamingConvention.Factory namingConvention)
           
 

Uses of Image in org.jclouds.nodepool.internal
 

Methods in org.jclouds.nodepool.internal that return Image
 Image BaseNodePoolComputeServiceAdapter.getImage(String id)
           
 

Methods in org.jclouds.nodepool.internal that return types with arguments of type Image
 Iterable<Image> BaseNodePoolComputeServiceAdapter.listImages()
           
 

Uses of Image in org.jclouds.openstack.nova.compute.functions
 

Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerToNodeMetadata.images
           
 

Methods in org.jclouds.openstack.nova.compute.functions that return Image
 Image NovaImageToImage.apply(Image from)
           
protected  Image ServerToNodeMetadata.parseImage(Server from)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.compute
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type Image
NovaComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, NovaApi novaApi, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap, com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.compute.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.compute.extensions that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> NovaImageExtension.createImage(ImageTemplate template)
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with type arguments of type Image
NovaImageExtension(NovaApi novaApi, ExecutorService userThreads, PredicateWithResult<ZoneAndId,Image> imageReadyPredicate)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.compute.functions
 

Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerInZoneToNodeMetadata.images
           
 

Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return Image
 Image ImageInZoneToImage.apply(ImageInZone imageInZone)
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Image
ServerInZoneToNodeMetadata(Map<Server.Status,NodeMetadata.Status> toPortableNodeStatus, com.google.common.base.Supplier<Map<String,Location>> locationIndex, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, GroupNamingConvention.Factory namingConvention)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.compute.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.compute.predicates that return Image
 Image GetImageWhenImageInZoneHasActiveStatusPredicateWithResult.getResult()
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.predicates with type arguments of type Image
GetImageWhenImageInZoneHasActiveStatusPredicateWithResult(com.google.common.base.Function<ImageInZone,Image> imageInZoneToImage, NovaApi api)
           
 

Uses of Image in org.jclouds.rimuhosting.miro.compute.functions
 

Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> ServerToNodeMetadata.images
           
 

Methods in org.jclouds.rimuhosting.miro.compute.functions that return Image
 Image RimuHostingImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.savvis.vpdc.compute.functions
 

Methods in org.jclouds.savvis.vpdc.compute.functions that return Image
 Image CIMOperatingSystemToImage.apply(CIMOperatingSystem from)
           
 

Uses of Image in org.jclouds.servermanager.compute.functions
 

Methods in org.jclouds.servermanager.compute.functions that return Image
 Image ServerManagerImageToImage.apply(Image from)
           
 

Methods in org.jclouds.servermanager.compute.functions with parameters of type Image
 boolean ServerToNodeMetadata.FindImageForServer.matches(Server from, Image input)
           
 

Constructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type Image
ServerToNodeMetadata.FindImageForServer(com.google.common.base.Supplier<Set<? extends Image>> hardware)
           
 

Uses of Image in org.jclouds.slicehost.compute.functions
 

Fields in org.jclouds.slicehost.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> SliceToNodeMetadata.images
           
 

Methods in org.jclouds.slicehost.compute.functions that return Image
 Image SlicehostImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.smartos.compute.functions
 

Methods in org.jclouds.smartos.compute.functions that return Image
 Image DataSetToImage.apply(DataSet from)
           
 

Methods in org.jclouds.smartos.compute.functions with parameters of type Image
 boolean VMToNodeMetadata.FindImageForServer.matches(VM from, Image input)
           
 

Constructor parameters in org.jclouds.smartos.compute.functions with type arguments of type Image
VMToNodeMetadata.FindImageForServer(com.google.common.base.Supplier<Set<? extends Image>> hardware)
           
 

Uses of Image in org.jclouds.softlayer.compute.functions
 

Methods in org.jclouds.softlayer.compute.functions that return Image
 Image ProductItemToImage.apply(ProductItem productItem)
           
 Image VirtualGuestToNodeMetadata.GetImageForVirtualGuest.getImage(VirtualGuest guest)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Image
TerremarkVCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, com.google.common.base.Optional<ImageExtension> imageExtension)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.config
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type Image
protected  Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> TerremarkBindComputeSuppliersByClass.defineImageSupplier()
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions with type parameters of type Image
protected  com.google.common.base.Supplier<Set<? extends Image>> VAppToNodeMetadata.images
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return Image
 Image ImageForVCloudExpressVAppTemplate.apply(VAppTemplate from)
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return types with arguments of type Image
 Iterable<? extends Image> ImagesInVCloudExpressOrg.apply(Org from)
           
 Iterable<? extends Image> ImagesInVCloudExpressVDC.apply(VDC from)
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type Image
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient, Map<String,Credentials> credentialStore, Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus, HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Supplier<Set<? extends Image>> images, GroupNamingConvention.Factory namingConvention)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.strategy with type parameters of type Image
protected  com.google.common.base.Function<VAppTemplate,Image> TerremarkVCloudGetImageStrategy.vAppToImage
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.strategy that return Image
 Image TerremarkVCloudGetImageStrategy.getImage(String in)
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type Image
TerremarkVCloudGetImageStrategy(TerremarkVCloudClient client, com.google.common.base.Function<VAppTemplate,Image> vAppToImage)
           
 

Uses of Image in org.jclouds.trmk.vcloud_0_8.compute.suppliers
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.suppliers that return types with arguments of type Image
 Set<? extends Image> VCloudImageSupplier.get()
           
 Set<? extends Image> VAppTemplatesInOrgs.get()
          Terremark does not provide vApp templates in the vDC resourceEntity list.
 

Uses of Image in org.jclouds.vcloud.compute.functions
 

Methods in org.jclouds.vcloud.compute.functions that return Image
 Image ImageForVAppTemplate.apply(VAppTemplate from)
           
 

Uses of Image in org.jclouds.vcloud.compute.internal
 

Constructor parameters in org.jclouds.vcloud.compute.internal with type arguments of type Image
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Image in org.jclouds.vcloud.director.v1_5.compute.functions
 

Methods in org.jclouds.vcloud.director.v1_5.compute.functions that return Image
 Image ImageForVAppTemplate.apply(VAppTemplate from)
           
 

Uses of Image in org.jclouds.virtualbox.compute
 

Methods in org.jclouds.virtualbox.compute that return Image
 Image VirtualBoxComputeServiceAdapter.getImage(String vmName)
           
 

Methods in org.jclouds.virtualbox.compute that return types with arguments of type Image
 Iterable<Image> VirtualBoxComputeServiceAdapter.listImages()
           
 

Constructor parameters in org.jclouds.virtualbox.compute with type arguments of type Image
VirtualBoxComputeServiceAdapter(com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, com.google.common.base.Supplier<Map<Image,YamlImage>> imagesMapper, com.google.common.cache.LoadingCache<Image,Master> mastersLoader, com.google.common.base.Function<NodeSpec,ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine>> cloneCreator, com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage)
           
VirtualBoxComputeServiceAdapter(com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, com.google.common.base.Supplier<Map<Image,YamlImage>> imagesMapper, com.google.common.cache.LoadingCache<Image,Master> mastersLoader, com.google.common.base.Function<NodeSpec,ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine>> cloneCreator, com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage)
           
VirtualBoxComputeServiceAdapter(com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, com.google.common.base.Supplier<Map<Image,YamlImage>> imagesMapper, com.google.common.cache.LoadingCache<Image,Master> mastersLoader, com.google.common.base.Function<NodeSpec,ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine>> cloneCreator, com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage)
           
 

Uses of Image in org.jclouds.virtualbox.compute.extensions
 

Methods in org.jclouds.virtualbox.compute.extensions that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> VirtualBoxImageExtension.createImage(ImageTemplate template)
           
 

Constructor parameters in org.jclouds.virtualbox.compute.extensions with type arguments of type Image
VirtualBoxImageExtension(ComputeServiceAdapter<org.virtualbox_4_1.IMachine,Hardware,Image,Location> vboxAdapter, com.google.common.base.Function<org.virtualbox_4_1.IMachine,NodeMetadata> machineToNode, com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, String workingDir, com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage, MachineUtils machineUtils)
           
VirtualBoxImageExtension(ComputeServiceAdapter<org.virtualbox_4_1.IMachine,Hardware,Image,Location> vboxAdapter, com.google.common.base.Function<org.virtualbox_4_1.IMachine,NodeMetadata> machineToNode, com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, String workingDir, com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage, MachineUtils machineUtils)
           
 

Uses of Image in org.jclouds.virtualbox.domain
 

Fields in org.jclouds.virtualbox.domain with type parameters of type Image
static com.google.common.base.Function<YamlImage,Image> YamlImage.toImage
           
 

Methods in org.jclouds.virtualbox.domain that return Image
 Image YamlImage.toImage()
           
 

Uses of Image in org.jclouds.virtualbox.functions
 

Methods in org.jclouds.virtualbox.functions that return Image
 Image IMachineToImage.apply(org.virtualbox_4_1.IMachine from)
           
 

Methods in org.jclouds.virtualbox.functions with parameters of type Image
 Master MastersLoadingCache.get(Image key)
           
 

Constructor parameters in org.jclouds.virtualbox.functions with type arguments of type Image
MastersLoadingCache(String version, String installationKeySequence, String preconfigurationUrl, String workingDir, com.google.common.base.Function<MasterSpec,org.virtualbox_4_1.IMachine> masterLoader, com.google.common.base.Supplier<Map<Image,YamlImage>> yamlMapper, com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager, com.google.common.base.Function<URI,File> isoDownloader)
           
 

Uses of Image in org.jclouds.virtualbox.functions.admin
 

Methods in org.jclouds.virtualbox.functions.admin that return types with arguments of type Image
 Map<Image,YamlImage> ImagesToYamlImagesFromYamlDescriptor.get()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.