org.jclouds.trmk.vcloudexpress
Class TerremarkVCloudExpressProviderMetadata

java.lang.Object
  extended by org.jclouds.providers.BaseProviderMetadata
      extended by org.jclouds.trmk.vcloudexpress.TerremarkVCloudExpressProviderMetadata
All Implemented Interfaces:
ProviderMetadata

public class TerremarkVCloudExpressProviderMetadata
extends BaseProviderMetadata

Implementation of org.jclouds.types.ProviderMetadata for Terremark's vCloud Express.

Author:
Adrian Cole

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

Constructor Detail

TerremarkVCloudExpressProviderMetadata

public TerremarkVCloudExpressProviderMetadata()
Method Detail

getId

public String getId()

Returns:
the provider's unique identifier

getType

public String getType()

Returns:
the provider's type

getIdentityName

public String getIdentityName()

Returns:
the name (display name) of an identity on this provider (ex. user, email, account, apikey)

getCredentialName

public String getCredentialName()

Returns:
the name (display name) of a credential on this provider, or null if there is none (ex. password, secret, rsaKey)

getName

public String getName()

Returns:
the name (display name) of the provider

getHomepage

public URI getHomepage()

Returns:
the url for the provider's homepage

getConsole

public URI getConsole()

Returns:
the url for the provider's console

getApiDocumentation

public URI getApiDocumentation()

Returns:
the url for the API documentation related to this service

getIso3166Codes

public Set<String> getIso3166Codes()

Returns:
all known region/location ISO 3166 codes


Copyright © 2009-2012 jclouds. All Rights Reserved.