Interface ZoneApi


  • public interface ZoneApi
    See Also:
    ,
    • Method Detail

      • get

        @Named("getGeneralPropertiesForZone")
        @POST
        @Nullable
        ZoneProperties get​(String name)
        Parameters:
        name - the fully-qualified name, including the trailing dot, of the zone to get information about.
        Returns:
        null if not found
      • listByAccount

        @Named("getZonesOfAccount")
        @POST
        com.google.common.collect.FluentIterable<Zone> listByAccount​(String accountId)
        Lists all zones in the specified account.
      • delete

        @Named("deleteZone")
        @POST
        void delete​(String name)
        deletes a zone and all its resource records
        Parameters:
        name - the fully-qualified name, including the trailing dot, of the zone you want to delete.