org.jclouds.aws.ec2.compute.strategy
Class AWSEC2DestroyNodeStrategy
java.lang.Object
org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
org.jclouds.aws.ec2.compute.strategy.AWSEC2DestroyNodeStrategy
- All Implemented Interfaces:
- DestroyNodeStrategy
@Singleton
public class AWSEC2DestroyNodeStrategy
- extends EC2DestroyNodeStrategy
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected final AWSEC2Client client
credentialStore
protected final Map<String,Credentials> credentialStore
AWSEC2DestroyNodeStrategy
@Inject
protected AWSEC2DestroyNodeStrategy(AWSEC2Client client,
GetNodeMetadataStrategy getNode,
Map<String,Credentials> credentialStore)
destroyInstanceInRegion
protected void destroyInstanceInRegion(String region,
String id)
- Overrides:
destroyInstanceInRegion
in class EC2DestroyNodeStrategy
Copyright © 2009-2011 jclouds. All Rights Reserved.