public interface ProviderMetadata
Modifier and Type | Field and Description |
---|---|
static String |
BLOBSTORE_TYPE |
static String |
COMPUTE_TYPE |
static String |
LOADBALANCER_TYPE |
static String |
MONITOR_TYPE |
static String |
QUEUE_TYPE |
static String |
TABLE_TYPE |
Modifier and Type | Method and Description |
---|---|
URI |
getApiDocumentation() |
URI |
getConsole() |
String |
getCredentialName() |
URI |
getHomepage() |
String |
getId() |
String |
getIdentityName() |
Set<String> |
getIso3166Codes() |
Set<String> |
getLinkedServices() |
String |
getName() |
String |
getType() |
static final String BLOBSTORE_TYPE
static final String COMPUTE_TYPE
static final String LOADBALANCER_TYPE
static final String TABLE_TYPE
static final String QUEUE_TYPE
static final String MONITOR_TYPE
String getId()
String getType()
String getName()
String getIdentityName()
@Nullable String getCredentialName()
URI getHomepage()
URI getConsole()
URI getApiDocumentation()
Set<String> getLinkedServices()
Copyright © 2009-2012 jclouds. All Rights Reserved.