Uses of Class
org.jclouds.elasticstack.domain.WellKnownImage
-
-
Uses of WellKnownImage in org.jclouds.elasticstack.compute
Constructor parameters in org.jclouds.elasticstack.compute with type arguments of type WellKnownImage Constructor Description ElasticStackComputeServiceAdapter(ElasticStackApi client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, com.google.common.base.Supplier<Map<String,WellKnownImage>> preinstalledImages, com.google.common.cache.LoadingCache<String,DriveInfo> cache, String defaultVncPassword, com.google.common.util.concurrent.ListeningExecutorService userExecutor) -
Uses of WellKnownImage in org.jclouds.elasticstack.compute.config
Methods in org.jclouds.elasticstack.compute.config that return types with arguments of type WellKnownImage Modifier and Type Method Description protected com.google.common.base.Supplier<Map<String,WellKnownImage>>ElasticStackComputeServiceContextModule. provideImages(long seconds, com.google.common.base.Supplier<List<WellKnownImage>> wellKnownImageSupplier)protected com.google.common.base.Supplier<List<WellKnownImage>>ElasticStackComputeServiceContextModule. provideWellKnownImageSupplier(AtomicReference<AuthorizationException> authException, long seconds, WellKnownImageSupplier uncached)Method parameters in org.jclouds.elasticstack.compute.config with type arguments of type WellKnownImage Modifier and Type Method Description protected com.google.common.base.Supplier<Map<String,WellKnownImage>>ElasticStackComputeServiceContextModule. provideImages(long seconds, com.google.common.base.Supplier<List<WellKnownImage>> wellKnownImageSupplier) -
Uses of WellKnownImage in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions that return WellKnownImage Modifier and Type Method Description WellKnownImageStandardDriveToWellKnownImage. apply(StandardDrive input) -
Uses of WellKnownImage in org.jclouds.elasticstack.domain
Methods in org.jclouds.elasticstack.domain that return WellKnownImage Modifier and Type Method Description WellKnownImageWellKnownImage.Builder. build() -
Uses of WellKnownImage in org.jclouds.elasticstack.suppliers
Methods in org.jclouds.elasticstack.suppliers that return types with arguments of type WellKnownImage Modifier and Type Method Description List<WellKnownImage>StandardDiskImageSupplier. get() -
Uses of WellKnownImage in org.jclouds.serverlove.suppliers
Methods in org.jclouds.serverlove.suppliers that return types with arguments of type WellKnownImage Modifier and Type Method Description List<WellKnownImage>FixedWellKnownImageSupplier. get()
-