Package org.jclouds.compute
Interface ComputeServiceContext
- All Superinterfaces:
AutoCloseable,Closeable,org.jclouds.View
- All Known Implementing Classes:
ComputeServiceContextImpl
Represents a cloud that has compute functionality.
-
Method Summary
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
Method Details
-
getComputeService
ComputeService getComputeService() -
utils
Utils utils() -
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-