public interface ComputeServiceContext
Modifier and Type | Method and Description |
---|---|
void |
close() |
Map<String,Credentials> |
credentialStore() |
ComputeService |
getComputeService() |
Map<String,Credentials> |
getCredentialStore()
retrieves a list of credentials for resources created within this context, keyed on
id
of the resource with a namespace prefix (ex. |
<S,A> RestContext<S,A> |
getProviderSpecificContext() |
Utils |
getUtils() |
Utils |
utils() |
ComputeService getComputeService()
<S,A> RestContext<S,A> getProviderSpecificContext()
@Beta Map<String,Credentials> getCredentialStore()
id
of the resource with a namespace prefix (ex. node#
. We are testing this approach for
resources such as compute nodes, where you could access this externally.
node#id
.
8
, then the key will be node#8
us-east-1/i-asdfdas
, then the key will be node#us-east-1/i-asdfdas
http://cloud/instances/1
, then the key will be node#http://cloud/instances/1
@Beta Map<String,Credentials> credentialStore()
getCredentialStore()
Utils getUtils()
Utils utils()
getUtils()
void close()
Copyright © 2009-2012 jclouds. All Rights Reserved.