Package org.jclouds.compute.strategy
Interface GetNodeMetadataStrategy
- 
- All Known Implementing Classes:
 AdaptingComputeServiceStrategies,AWSEC2GetNodeMetadataStrategy,EC2GetNodeMetadataStrategy
public interface GetNodeMetadataStrategyreturns all details associated to the node below. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeMetadatagetNode(String id) 
 - 
 
- 
- 
Method Detail
- 
getNode
NodeMetadata getNode(String id)
 
 - 
 
 -