Uses of Class
org.jclouds.elasticstack.domain.WellKnownImage

Packages that use WellKnownImage
org.jclouds.elasticstack.compute   
org.jclouds.elasticstack.compute.config   
org.jclouds.elasticstack.compute.functions   
 

Uses of WellKnownImage in org.jclouds.elasticstack.compute
 

Constructor parameters in org.jclouds.elasticstack.compute with type arguments of type WellKnownImage
ElasticStackComputeServiceAdapter(ElasticStackClient client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, JustProvider locationSupplier, Map<String,WellKnownImage> preinstalledImages, com.google.common.cache.Cache<String,DriveInfo> cache, String defaultVncPassword, ExecutorService executor)
           
 

Uses of WellKnownImage in org.jclouds.elasticstack.compute.config
 

Methods in org.jclouds.elasticstack.compute.config that return types with arguments of type WellKnownImage
protected  Map<String,WellKnownImage> ElasticStackComputeServiceContextModule.provideImages(Json json, String providerName)
           
 

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

Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type WellKnownImage
WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier, Map<String,WellKnownImage> preinstalledImages)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.