Class ServerToNodeMetadata
java.lang.Object
org.jclouds.gogrid.compute.functions.ServerToNodeMetadata
- All Implemented Interfaces:
com.google.common.base.Function<Server,
,NodeMetadata> Function<Server,
NodeMetadata>
@Singleton
public class ServerToNodeMetadata
extends Object
implements com.google.common.base.Function<Server,NodeMetadata>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected Hardware
parseHardware
(Server from) protected Image
parseImage
(Server from) 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
-
logger
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<Server,
NodeMetadata> - Specified by:
apply
in interfaceFunction<Server,
NodeMetadata>
-
parseImage
-
parseHardware
-