org.jclouds.gogrid.compute.strategy
Class GoGridAddNodeWithTagStrategy

java.lang.Object
  extended by org.jclouds.gogrid.compute.strategy.GoGridAddNodeWithTagStrategy
All Implemented Interfaces:
AddNodeWithTagStrategy

@Singleton
public class GoGridAddNodeWithTagStrategy
extends Object
implements AddNodeWithTagStrategy

Author:
Oleksiy Yarmula

Constructor Summary
protected GoGridAddNodeWithTagStrategy(GoGridClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata, com.google.common.base.Function<Hardware,String> sizeToRam, ComputeServiceConstants.Timeouts timeouts)
           
 
Method Summary
 NodeMetadata execute(String tag, String name, Template template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoGridAddNodeWithTagStrategy

@Inject
protected GoGridAddNodeWithTagStrategy(GoGridClient client,
                                              com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata,
                                              com.google.common.base.Function<Hardware,String> sizeToRam,
                                              ComputeServiceConstants.Timeouts timeouts)
Method Detail

execute

public NodeMetadata execute(String tag,
                            String name,
                            Template template)
Specified by:
execute in interface AddNodeWithTagStrategy


Copyright © 2009-2010 jclouds. All Rights Reserved.