Package org.jclouds.cloudstack
Interface CloudStackContext
-
- All Superinterfaces:
AutoCloseable
,Closeable
,ComputeServiceContext
,View
- All Known Implementing Classes:
CloudStackContextImpl
public interface CloudStackContext extends ComputeServiceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-