org.jclouds.gogrid.compute.strategy
Class GoGridAddNodeWithTagStrategy
java.lang.Object
org.jclouds.gogrid.compute.strategy.GoGridAddNodeWithTagStrategy
- All Implemented Interfaces:
- AddNodeWithTagStrategy
@Singleton
public class GoGridAddNodeWithTagStrategy
- extends Object
- implements AddNodeWithTagStrategy
- Author:
- Oleksiy Yarmula
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
execute
public NodeMetadata execute(String tag,
String name,
Template template)
- Specified by:
execute in interface AddNodeWithTagStrategy
Copyright © 2009-2010 jclouds. All Rights Reserved.