public interface DynECTApi extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
GeoRegionGroupApi | 
getGeoRegionGroupApiForService(String serviceName)
Provides access to Geo region group features 
 | 
GeoServiceApi | 
getGeoServiceApi()
Provides access to Geo features. 
 | 
Job | 
getJob(long jobId)
returns the current status of a job. 
 | 
RecordApi | 
getRecordApiForZone(String zone)
Provides access to Record features 
 | 
SessionApi | 
getSessionApi()
Provides access to Session features. 
 | 
ZoneApi | 
getZoneApi()
Provides access to Zone features. 
 | 
@Named(value="GetJob") @Nullable Job getJob(long jobId)
jobId - The ID of the jobSessionApi getSessionApi()
ZoneApi getZoneApi()
GeoServiceApi getGeoServiceApi()
GeoRegionGroupApi getGeoRegionGroupApiForService(String serviceName)
Copyright © 2009-2013 jclouds. All Rights Reserved.