Class ServerInfoToNodeMetadata
java.lang.Object
org.jclouds.elasticstack.compute.functions.ServerInfoToNodeMetadata
- All Implemented Interfaces:
com.google.common.base.Function<ServerInfo,
,NodeMetadata> Function<ServerInfo,
NodeMetadata>
@Singleton
public class ServerInfoToNodeMetadata
extends Object
implements com.google.common.base.Function<ServerInfo,NodeMetadata>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
When we create the boot drive of the server, by convention we set the name to the image it came from. -
Field Summary
Fields -
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
-
Field Details
-
serverStatusToNodeStatus
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<ServerInfo,
NodeMetadata> - Specified by:
apply
in interfaceFunction<ServerInfo,
NodeMetadata>
-