public interface AbiquoContext extends ComputeServiceContext
ComputeServiceContext
implementation to expose high level Abiquo functionalities.Modifier and Type | Method and Description |
---|---|
AdministrationService |
getAdministrationService()
Returns the administration service.
|
RestContext<AbiquoApi,AbiquoAsyncApi> |
getApiContext()
Returns the Abiquo API context, providing direct access to the Abiquo Rest API.
|
CloudService |
getCloudService()
Returns the cloud service.
|
EventService |
getEventService()
Returns the event service.
|
MonitoringService |
getMonitoringService()
Returns the monitoring service.
|
PricingService |
getPricingService()
Returns the pricing service.
|
SearchService |
getSearchService()
Returns the search service.
|
close, credentialStore, getComputeService, getCredentialStore, getProviderSpecificContext, getUtils, utils
getBackendType, unwrap, unwrap, unwrap
RestContext<AbiquoApi,AbiquoAsyncApi> getApiContext()
AdministrationService getAdministrationService()
This service provides an entry point to infrastructure administration tasks.
CloudService getCloudService()
This service provides an entry point to cloud management tasks.
SearchService getSearchService()
This service provides an entry point to listing and filtering tasks.
MonitoringService getMonitoringService()
This service provides an entry point to asynchronous task monitoring tasks.
EventService getEventService()
This service provides an entry point to event management tasks.
PricingService getPricingService()
This service provides an entry point to pricing management tasks.
Copyright © 2009-2013 jclouds. All Rights Reserved.