org.jclouds.vcloud.terremark.compute.strategy
Class TerremarkVCloudAddNodeWithTagStrategy
java.lang.Object
org.jclouds.vcloud.terremark.compute.strategy.TerremarkVCloudAddNodeWithTagStrategy
- All Implemented Interfaces:
- AddNodeWithTagStrategy
@Singleton
public class TerremarkVCloudAddNodeWithTagStrategy
- 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 |
computeClient
protected final TerremarkVCloudComputeClient computeClient
getOptions
protected final TemplateToInstantiateOptions getOptions
vAppToNodeMetadata
protected final com.google.common.base.Function<VCloudExpressVApp,NodeMetadata> vAppToNodeMetadata
TerremarkVCloudAddNodeWithTagStrategy
@Inject
protected TerremarkVCloudAddNodeWithTagStrategy(TerremarkVCloudComputeClient computeClient,
com.google.common.base.Function<VCloudExpressVApp,NodeMetadata> vAppToNodeMetadata,
TemplateToInstantiateOptions getOptions,
Map<String,Credentials> credentialStore)
addNodeWithTag
public NodeMetadata addNodeWithTag(String tag,
String name,
Template template)
- Specified by:
addNodeWithTag in interface AddNodeWithTagStrategy
Copyright © 2009-2010 jclouds. All Rights Reserved.