Package org.jclouds.dynect.v3
Interface DynECTApi
- All Superinterfaces:
AutoCloseable
,Closeable
Provides access to DynECT Managed DNS through the API2 api
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetGeoRegionGroupApiForService
(String serviceName) Provides access to Geo region group featuresProvides access to Geo features.getJob
(long jobId) returns the current status of a job.getRecordApiForZone
(String zone) Provides access to Record featuresProvides access to Session features.Provides access to Zone features.
-
Method Details
-
getJob
@Named("GetJob") @GET @Path("/Job/{jobId}") @Consumes("application/json") @Nullable Job getJob(@PathParam("jobId") 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
Provides access to Record features -
getGeoServiceApi
GeoServiceApi getGeoServiceApi()Provides access to Geo features. -
getGeoRegionGroupApiForService
Provides access to Geo region group features
-