org.jclouds.rimuhosting.miro.compute.strategy
Class RimuHostingAddNodeWithTagStrategy
java.lang.Object
org.jclouds.rimuhosting.miro.compute.strategy.RimuHostingAddNodeWithTagStrategy
- All Implemented Interfaces:
- AddNodeWithTagStrategy
@Singleton
public class RimuHostingAddNodeWithTagStrategy
- extends Object
- implements AddNodeWithTagStrategy
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected final RimuHostingClient client
credentialStore
protected final Map<String,Credentials> credentialStore
serverToNodeMetadata
protected final com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata
RimuHostingAddNodeWithTagStrategy
@Inject
protected RimuHostingAddNodeWithTagStrategy(RimuHostingClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
addNodeWithTag
public NodeMetadata addNodeWithTag(String tag,
String name,
Template template)
- Specified by:
addNodeWithTag in interface AddNodeWithTagStrategy
Copyright © 2009-2010 jclouds. All Rights Reserved.