libcloud.providers.amazon
Class EC2USEastDriver

java.lang.Object
  extended by base.Driver
      extended by libcloud.NodeDriver
          extended by libcloud.providers.amazon.EC2Driver
              extended by libcloud.providers.amazon.EC2USEastDriver
All Implemented Interfaces:
INodeDriver

public class EC2USEastDriver
extends EC2Driver


Field Summary
 
Fields inherited from class libcloud.providers.amazon.EC2Driver
API_VERSION, NAMESPACE
 
Fields inherited from class base.Driver
connection
 
Constructor Summary
EC2USEastDriver(java.lang.String accessId, java.lang.String accessKey)
           
 
Method Summary
 java.lang.String getName()
           
protected  float getPrice(java.lang.String sizeId)
           
 java.util.List<NodeLocation> listLocations()
           
 
Methods inherited from class libcloud.providers.amazon.EC2Driver
createNode, destroyNode, exAuthorizeSecurityGroupPermissive, exCreateSecurityGroup, initNodeSizes, listImages, listNodes, listSizes, rebootNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EC2USEastDriver

public EC2USEastDriver(java.lang.String accessId,
                       java.lang.String accessKey)
Method Detail

listLocations

public java.util.List<NodeLocation> listLocations()

getName

public java.lang.String getName()

getPrice

protected float getPrice(java.lang.String sizeId)
Specified by:
getPrice in class EC2Driver