Package org.jclouds.compute
Interface ComputeServiceContext
- All Superinterfaces:
AutoCloseable
,Closeable
,View
- All Known Subinterfaces:
AWSEC2ComputeServiceContext
,CloudStackContext
,EC2ComputeServiceContext
- All Known Implementing Classes:
AWSEC2ComputeServiceContextImpl
,CloudStackContextImpl
,ComputeServiceContextImpl
,EC2ComputeServiceContextImpl
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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-