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