org.jclouds.aws.ec2
Class AWSEC2ProviderMetadata

java.lang.Object
  extended by org.jclouds.providers.BaseProviderMetadata
      extended by org.jclouds.aws.ec2.AWSEC2ProviderMetadata
All Implemented Interfaces:
org.jclouds.providers.ProviderMetadata

public class AWSEC2ProviderMetadata
extends org.jclouds.providers.BaseProviderMetadata

Implementation of for Amazon's Elastic Compute Cloud (EC2) provider.

Author:
Jeremy Whitlock

Field Summary
 
Fields inherited from interface org.jclouds.providers.ProviderMetadata
BLOBSTORE_TYPE, COMPUTE_TYPE, LOADBALANCER_TYPE, QUEUE_TYPE, TABLE_TYPE
 
Constructor Summary
AWSEC2ProviderMetadata()
           
 
Method Summary
 URI getApiDocumentation()
          
 URI getConsole()
          
 String getCredentialName()
          
 URI getHomepage()
          
 String getId()
          
 String getIdentityName()
          
 Set<String> getIso3166Codes()
          
 Set<String> getLinkedServices()
          
 String getName()
          
 String getType()
          
 
Methods inherited from class org.jclouds.providers.BaseProviderMetadata
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWSEC2ProviderMetadata

public AWSEC2ProviderMetadata()
Method Detail

getId

public String getId()


getType

public String getType()


getName

public String getName()


getIdentityName

public String getIdentityName()


getCredentialName

public String getCredentialName()


getHomepage

public URI getHomepage()


getConsole

public URI getConsole()


getApiDocumentation

public URI getApiDocumentation()


getLinkedServices

public Set<String> getLinkedServices()

Specified by:
getLinkedServices in interface org.jclouds.providers.ProviderMetadata
Overrides:
getLinkedServices in class org.jclouds.providers.BaseProviderMetadata

getIso3166Codes

public Set<String> getIso3166Codes()



Copyright © 2009-2011 jclouds. All Rights Reserved.