org.jclouds.go2cloud
Class Go2CloudJohannesburg1ProviderMetadata

java.lang.Object
  extended by org.jclouds.providers.BaseProviderMetadata
      extended by org.jclouds.go2cloud.Go2CloudJohannesburg1ProviderMetadata
All Implemented Interfaces:
ProviderMetadata

public class Go2CloudJohannesburg1ProviderMetadata
extends BaseProviderMetadata

Implementation of org.jclouds.types.ProviderMetadata for Go2Cloud's Johannesburg1 provider.

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
Go2CloudJohannesburg1ProviderMetadata()
           
 
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

Go2CloudJohannesburg1ProviderMetadata

public Go2CloudJohannesburg1ProviderMetadata()
Method Detail

getId

public String getId()

Returns:
the provider's unique identifier

getType

public String getType()

Returns:
the provider's type

getName

public String getName()

Returns:
the name (display name) of the provider

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)

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.