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 |
---|---|
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 createZone)
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.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.