org.jclouds.compute.strategy
Interface CreateNodeWithGroupEncodedIntoName

All Known Implementing Classes:
AdaptingComputeServiceStrategies, RimuHostingCreateNodeWithGroupEncodedIntoName, StartVAppWithGroupEncodedIntoName

public interface CreateNodeWithGroupEncodedIntoName

Adds a node into an existing tag set, or creates one new.

Author:
Adrian Cole

Method Summary
 NodeMetadata createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          create a node given the name and template parameters such as imageid, hardwareid, and locationid.
 

Method Detail

createNodeWithGroupEncodedIntoName

NodeMetadata createNodeWithGroupEncodedIntoName(String group,
                                                String name,
                                                Template template)
create a node given the name and template parameters such as imageid, hardwareid, and locationid.

Parameters:
group - group name supplied by the user
name - supplied by CreateNodesInGroupThenAddToSet and must have the tag encoded into it.
template - supplied by the user
Returns:
NodeMetadata from the new object, most likely in some pending state.


Copyright © 2009-2012 jclouds. All Rights Reserved.