@@ -70,7 +70,6 @@ def create(
7070 maximum_cache_ttl : float | NotGiven = NOT_GIVEN ,
7171 minimum_cache_ttl : float | NotGiven = NOT_GIVEN ,
7272 negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
73- origin_ips : object | NotGiven = NOT_GIVEN ,
7473 ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
7574 retries : float | NotGiven = NOT_GIVEN ,
7675 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -100,8 +99,6 @@ def create(
10099
101100 negative_cache_ttl: Negative DNS Cache TTL.
102101
103- origin_ips: Deprecated alias for "upstream_ips".
104-
105102 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
106103 the upstream nameservers configured on the cluster).
107104
@@ -130,7 +127,6 @@ def create(
130127 "maximum_cache_ttl" : maximum_cache_ttl ,
131128 "minimum_cache_ttl" : minimum_cache_ttl ,
132129 "negative_cache_ttl" : negative_cache_ttl ,
133- "origin_ips" : origin_ips ,
134130 "ratelimit" : ratelimit ,
135131 "retries" : retries ,
136132 },
@@ -256,7 +252,6 @@ def edit(
256252 upstream_ips : List [Union [str , str ]],
257253 attack_mitigation : Optional [firewall_edit_params .AttackMitigation ] | NotGiven = NOT_GIVEN ,
258254 negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
259- origin_ips : object | NotGiven = NOT_GIVEN ,
260255 ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
261256 retries : float | NotGiven = NOT_GIVEN ,
262257 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -288,8 +283,6 @@ def edit(
288283
289284 negative_cache_ttl: Negative DNS Cache TTL.
290285
291- origin_ips: Deprecated alias for "upstream_ips".
292-
293286 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
294287 the upstream nameservers configured on the cluster).
295288
@@ -321,7 +314,6 @@ def edit(
321314 "upstream_ips" : upstream_ips ,
322315 "attack_mitigation" : attack_mitigation ,
323316 "negative_cache_ttl" : negative_cache_ttl ,
324- "origin_ips" : origin_ips ,
325317 "ratelimit" : ratelimit ,
326318 "retries" : retries ,
327319 },
@@ -407,7 +399,6 @@ async def create(
407399 maximum_cache_ttl : float | NotGiven = NOT_GIVEN ,
408400 minimum_cache_ttl : float | NotGiven = NOT_GIVEN ,
409401 negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
410- origin_ips : object | NotGiven = NOT_GIVEN ,
411402 ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
412403 retries : float | NotGiven = NOT_GIVEN ,
413404 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -437,8 +428,6 @@ async def create(
437428
438429 negative_cache_ttl: Negative DNS Cache TTL.
439430
440- origin_ips: Deprecated alias for "upstream_ips".
441-
442431 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
443432 the upstream nameservers configured on the cluster).
444433
@@ -467,7 +456,6 @@ async def create(
467456 "maximum_cache_ttl" : maximum_cache_ttl ,
468457 "minimum_cache_ttl" : minimum_cache_ttl ,
469458 "negative_cache_ttl" : negative_cache_ttl ,
470- "origin_ips" : origin_ips ,
471459 "ratelimit" : ratelimit ,
472460 "retries" : retries ,
473461 },
@@ -593,7 +581,6 @@ async def edit(
593581 upstream_ips : List [Union [str , str ]],
594582 attack_mitigation : Optional [firewall_edit_params .AttackMitigation ] | NotGiven = NOT_GIVEN ,
595583 negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
596- origin_ips : object | NotGiven = NOT_GIVEN ,
597584 ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
598585 retries : float | NotGiven = NOT_GIVEN ,
599586 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -625,8 +612,6 @@ async def edit(
625612
626613 negative_cache_ttl: Negative DNS Cache TTL.
627614
628- origin_ips: Deprecated alias for "upstream_ips".
629-
630615 ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
631616 the upstream nameservers configured on the cluster).
632617
@@ -658,7 +643,6 @@ async def edit(
658643 "upstream_ips" : upstream_ips ,
659644 "attack_mitigation" : attack_mitigation ,
660645 "negative_cache_ttl" : negative_cache_ttl ,
661- "origin_ips" : origin_ips ,
662646 "ratelimit" : ratelimit ,
663647 "retries" : retries ,
664648 },
0 commit comments