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