org.jclouds.cloudservers.compute.strategy
Class CloudServersGetNodeMetadataStrategy
java.lang.Object
org.jclouds.cloudservers.compute.strategy.CloudServersGetNodeMetadataStrategy
- All Implemented Interfaces:
- GetNodeMetadataStrategy
@Singleton
public class CloudServersGetNodeMetadataStrategy
- extends Object
- implements GetNodeMetadataStrategy
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloudServersGetNodeMetadataStrategy
@Inject
protected CloudServersGetNodeMetadataStrategy(CloudServersClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
getNode
public NodeMetadata getNode(String id)
- Specified by:
getNode
in interface GetNodeMetadataStrategy
Copyright © 2009-2011 jclouds. All Rights Reserved.