freeze_zone

Function freeze_zone 

Source
pub async fn freeze_zone(
    client: &Arc<Client>,
    token: &Arc<String>,
    zone_name: &str,
    server: &str,
) -> Result<()>
Expand description

Freeze a zone to prevent dynamic updates via HTTP API.

ยงErrors

Returns an error if the HTTP request fails or the zone cannot be frozen.