pub async fn create_zone<C: ZoneWrite + ?Sized>(
client: &C,
zone: &str,
zone_type: &str,
) -> Result<Value>Expand description
Create a DNS zone through a vendor-neutral zone writer.
ยงErrors
Returns any error reported by the selected DNS backend.