Class WellKnownImageToImage
java.lang.Object
org.jclouds.elasticstack.compute.functions.WellKnownImageToImage
- All Implemented Interfaces:
com.google.common.base.Function<DriveInfo,
,Image> Function<DriveInfo,
Image>
-
Constructor Summary
ConstructorsConstructorDescriptionWellKnownImageToImage
(com.google.common.base.Supplier<Location> locationSupplier, com.google.common.base.Supplier<Map<String, WellKnownImage>> preinstalledImages, Map<String, Credentials> credentialStore) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
WellKnownImageToImage
@Inject public WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier, com.google.common.base.Supplier<Map<String, WellKnownImage>> preinstalledImages, Map<String, Credentials> credentialStore)
-
-
Method Details