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 |
RecordApi.scheduleCreate(CreateRecord<?> newRecord) |
Schedules addition of a new record into the current session.
|
Job |
ZoneApi.scheduleCreate(CreatePrimaryZone createZone) |
Schedules addition of a new primary zone into the current session.
|
Job |
ZoneApi.scheduleCreateWithContact(String fqdn,
String contact) |
Schedules addition of a new primary zone with one hour default TTL and
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.
|