Package org.jclouds.chef.strategy
Interface CreateNodeAndPopulateAutomaticAttributes
-
- All Known Implementing Classes:
CreateNodeAndPopulateAutomaticAttributesImpl
public interface CreateNodeAndPopulateAutomaticAttributes
Creates a new node with automatic attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
execute(String nodeName, Iterable<String> runList)
Node
execute(Node node)
-