Package | Description |
---|---|
org.jclouds.dynect.v3 | |
org.jclouds.dynect.v3.domain | |
org.jclouds.dynect.v3.features |
Modifier and Type | Method and Description |
---|---|
Job |
DynECTApi.getJob(long jobId)
returns the current status of a job.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Job> |
DynECTAsyncApi.getJob(long jobId) |
Modifier and Type | Method and Description |
---|---|
static Job |
Job.failure(long id) |
static Job |
Job.success(long id) |
Modifier and Type | Method and Description |
---|---|
Job |
ZoneApi.delete(String fqdn)
Deletes the zone.
|
Job |
ZoneApi.deleteChanges(String fqdn)
Deletes changes to the specified zone that have been created during the current session but not yet published to
the zone.
|
Job |
ZoneApi.freeze(String fqdn)
freezes the specified zone.
|
Job |
ZoneApi.scheduleCreate(CreatePrimaryZone zone)
Schedules addition of a new primary zone into the current session.
|
Job |
RecordApi.scheduleCreate(CreateRecord<?> newRecord)
Schedules addition of a new record into the current session.
|
Job |
ZoneApi.scheduleCreateWithContact(String fqdn,
String contact)
Schedules addition of a new primary zone with one hour default TTL and
Zone.SerialStyle.INCREMENT into the
current session. |
Job |
RecordApi.scheduleDelete(RecordId recordId)
Schedules deletion of a record into the current session.
|
Job |
ZoneApi.thaw(String fqdn)
thaws the specified zone.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.delete(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.deleteChanges(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.freeze(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.scheduleCreate(CreatePrimaryZone createZone) |
com.google.common.util.concurrent.ListenableFuture<Job> |
RecordAsyncApi.scheduleCreate(CreateRecord<?> newRecord) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.scheduleCreateWithContact(String fqdn,
String contact) |
com.google.common.util.concurrent.ListenableFuture<Job> |
RecordAsyncApi.scheduleDelete(RecordId recordId) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.thaw(String fqdn) |
Copyright © 2009-2013 jclouds. All Rights Reserved.