Interface ZoneApi


public interface ZoneApi
  • Method Summary

    Modifier and Type
    Method
    Description
    delete(String fqdn)
    Deletes the zone.
    Deletes changes to the specified zone that have been created during the current session but not yet published to the zone.
    freeze(String fqdn)
    freezes the specified zone.
    get(String fqdn)
    Retrieves information about the specified zone.
    com.google.common.collect.FluentIterable<String>
    Lists all zone ids.
    Publishes the current zone
    Schedules addition of a new primary zone into the current session.
    Schedules addition of a new primary zone with one hour default TTL and
    invalid reference
    SerialStyle#INCREMENT
    into the current session.
    thaw(String fqdn)
    thaws the specified zone.