org.jclouds.cloudstack
Interface CloudStackContext

All Superinterfaces:
Closeable, org.jclouds.compute.ComputeServiceContext, org.jclouds.View
All Known Implementing Classes:
CloudStackContextImpl

public interface CloudStackContext
extends org.jclouds.compute.ComputeServiceContext


Method Summary
 CloudStackApi getApi()
           
 CloudStackDomainApi getDomainApi()
           
 CloudStackGlobalApi getGlobalApi()
           
 
Methods inherited from interface org.jclouds.compute.ComputeServiceContext
close, getComputeService, utils
 
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
 

Method Detail

getApi

CloudStackApi getApi()

getDomainApi

CloudStackDomainApi getDomainApi()

getGlobalApi

CloudStackGlobalApi getGlobalApi()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.