org.jclouds.dynect.v3
Interface DynECTApi

All Superinterfaces:
Closeable

public interface DynECTApi
extends Closeable

Provides access to DynECT Managed DNS through the API2 api

See Also:

Method Summary
 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.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getJob

@Named(value="GetJob")
@Nullable
Job getJob(long jobId)
returns the current status of a job.

Parameters:
jobId - The ID of the job
Returns:
null, if not found

getSessionApi

SessionApi getSessionApi()
Provides access to Session features.


getZoneApi

ZoneApi getZoneApi()
Provides access to Zone features.


getRecordApiForZone

RecordApi getRecordApiForZone(String zone)
Provides access to Record features


getGeoServiceApi

GeoServiceApi getGeoServiceApi()
Provides access to Geo features.


getGeoRegionGroupApiForService

GeoRegionGroupApi getGeoRegionGroupApiForService(String serviceName)
Provides access to Geo region group features



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.