org.jclouds.vcloud.director.v1_5
Interface VCloudDirectorContext

All Superinterfaces:
Closeable, Context, Location, RestContext<VCloudDirectorApi,VCloudDirectorAsyncApi>
All Known Implementing Classes:
VCloudDirectorContextImpl

public interface VCloudDirectorContext
extends RestContext<VCloudDirectorApi,VCloudDirectorAsyncApi>

Author:
danikov

Method Summary
 RestContext<VCloudDirectorAdminApi,VCloudDirectorAdminAsyncApi> getAdminContext()
           
 
Methods inherited from interface org.jclouds.rest.RestContext
getApi, getAsyncApi
 
Methods inherited from interface org.jclouds.Context
close, credentialStore, getApiVersion, getBuildVersion, getCredentialStore, getEndpoint, getIdentity, getProviderMetadata, getUtils, utils
 
Methods inherited from interface org.jclouds.domain.Location
getDescription, getId, getIso3166Codes, getMetadata, getParent, getScope
 

Method Detail

getAdminContext

RestContext<VCloudDirectorAdminApi,VCloudDirectorAdminAsyncApi> getAdminContext()


Copyright © 2009-2012 jclouds. All Rights Reserved.