Package org.jclouds.compute.strategy
Interface DestroyNodeStrategy
- 
- All Known Implementing Classes:
 AdaptingComputeServiceStrategies,AWSEC2DestroyNodeStrategy,EC2DestroyNodeStrategy
public interface DestroyNodeStrategyterminates the node 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeMetadatadestroyNode(String id) 
 - 
 
- 
- 
Method Detail
- 
destroyNode
@Nullable NodeMetadata destroyNode(String id)
- Returns:
 - null if the node wasn't found
 
 
 - 
 
 -