org.jclouds.gogrid.compute.functions
Class ServerToNodeMetadata
java.lang.Object
org.jclouds.gogrid.compute.functions.ServerToNodeMetadata
- All Implemented Interfaces:
- com.google.common.base.Function<Server,org.jclouds.compute.domain.NodeMetadata>
@Singleton
public class ServerToNodeMetadata
- extends Object
- implements com.google.common.base.Function<Server,org.jclouds.compute.domain.NodeMetadata>
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
| 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 |
logger
protected org.jclouds.logging.Logger logger
apply
public org.jclouds.compute.domain.NodeMetadata apply(Server from)
- Specified by:
apply in interface com.google.common.base.Function<Server,org.jclouds.compute.domain.NodeMetadata>
parseImage
protected org.jclouds.compute.domain.Image parseImage(Server from)
parseHardware
protected org.jclouds.compute.domain.Hardware parseHardware(Server from)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.