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