Feature/add infoblox service
Compare changes
- Karel van Klink authored
+ 90
− 0
@@ -18,6 +18,11 @@ class DeletionError(Exception):
@@ -36,6 +41,22 @@ def _allocate_network(
@@ -48,11 +69,30 @@ def _allocate_network(
@@ -62,6 +102,16 @@ def allocate_v4_network(service_type: str, comment: str | None = "") -> ipaddres
@@ -71,6 +121,14 @@ def allocate_v6_network(service_type: str, comment: str | None = "") -> ipaddres
@@ -82,6 +140,22 @@ def delete_network(ip_network: ipaddress.IPv4Network | ipaddress.IPv6Network) ->
@@ -125,6 +199,14 @@ def allocate_host(
@@ -134,6 +216,14 @@ def delete_host_by_ip(ip_addr: ipaddress.IPv4Address | ipaddress.IPv6Address) ->