Class ServerInfoToNodeMetadata.GetImageIdFromServer
java.lang.Object
org.jclouds.elasticstack.compute.functions.ServerInfoToNodeMetadata.GetImageIdFromServer
- Enclosing class:
ServerInfoToNodeMetadata
@Singleton
public static class ServerInfoToNodeMetadata.GetImageIdFromServer
extends Object
implements com.google.common.base.Function<Server,String>
When we create the boot drive of the server, by convention we set the name
to the image it came from.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetImageIdFromServer
(com.google.common.cache.LoadingCache<String, DriveInfo> cache) -
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