@@ -70,7 +70,6 @@ def create(
70
70
maximum_cache_ttl : float | NotGiven = NOT_GIVEN ,
71
71
minimum_cache_ttl : float | NotGiven = NOT_GIVEN ,
72
72
negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
73
- origin_ips : object | NotGiven = NOT_GIVEN ,
74
73
ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
75
74
retries : float | NotGiven = NOT_GIVEN ,
76
75
# 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(
100
99
101
100
negative_cache_ttl: Negative DNS Cache TTL.
102
101
103
- origin_ips: Deprecated alias for "upstream_ips".
104
-
105
102
ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
106
103
the upstream nameservers configured on the cluster).
107
104
@@ -130,7 +127,6 @@ def create(
130
127
"maximum_cache_ttl" : maximum_cache_ttl ,
131
128
"minimum_cache_ttl" : minimum_cache_ttl ,
132
129
"negative_cache_ttl" : negative_cache_ttl ,
133
- "origin_ips" : origin_ips ,
134
130
"ratelimit" : ratelimit ,
135
131
"retries" : retries ,
136
132
},
@@ -256,7 +252,6 @@ def edit(
256
252
upstream_ips : List [Union [str , str ]],
257
253
attack_mitigation : Optional [firewall_edit_params .AttackMitigation ] | NotGiven = NOT_GIVEN ,
258
254
negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
259
- origin_ips : object | NotGiven = NOT_GIVEN ,
260
255
ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
261
256
retries : float | NotGiven = NOT_GIVEN ,
262
257
# 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(
288
283
289
284
negative_cache_ttl: Negative DNS Cache TTL.
290
285
291
- origin_ips: Deprecated alias for "upstream_ips".
292
-
293
286
ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
294
287
the upstream nameservers configured on the cluster).
295
288
@@ -321,7 +314,6 @@ def edit(
321
314
"upstream_ips" : upstream_ips ,
322
315
"attack_mitigation" : attack_mitigation ,
323
316
"negative_cache_ttl" : negative_cache_ttl ,
324
- "origin_ips" : origin_ips ,
325
317
"ratelimit" : ratelimit ,
326
318
"retries" : retries ,
327
319
},
@@ -407,7 +399,6 @@ async def create(
407
399
maximum_cache_ttl : float | NotGiven = NOT_GIVEN ,
408
400
minimum_cache_ttl : float | NotGiven = NOT_GIVEN ,
409
401
negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
410
- origin_ips : object | NotGiven = NOT_GIVEN ,
411
402
ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
412
403
retries : float | NotGiven = NOT_GIVEN ,
413
404
# 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(
437
428
438
429
negative_cache_ttl: Negative DNS Cache TTL.
439
430
440
- origin_ips: Deprecated alias for "upstream_ips".
441
-
442
431
ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
443
432
the upstream nameservers configured on the cluster).
444
433
@@ -467,7 +456,6 @@ async def create(
467
456
"maximum_cache_ttl" : maximum_cache_ttl ,
468
457
"minimum_cache_ttl" : minimum_cache_ttl ,
469
458
"negative_cache_ttl" : negative_cache_ttl ,
470
- "origin_ips" : origin_ips ,
471
459
"ratelimit" : ratelimit ,
472
460
"retries" : retries ,
473
461
},
@@ -593,7 +581,6 @@ async def edit(
593
581
upstream_ips : List [Union [str , str ]],
594
582
attack_mitigation : Optional [firewall_edit_params .AttackMitigation ] | NotGiven = NOT_GIVEN ,
595
583
negative_cache_ttl : Optional [float ] | NotGiven = NOT_GIVEN ,
596
- origin_ips : object | NotGiven = NOT_GIVEN ,
597
584
ratelimit : Optional [float ] | NotGiven = NOT_GIVEN ,
598
585
retries : float | NotGiven = NOT_GIVEN ,
599
586
# 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(
625
612
626
613
negative_cache_ttl: Negative DNS Cache TTL.
627
614
628
- origin_ips: Deprecated alias for "upstream_ips".
629
-
630
615
ratelimit: Ratelimit in queries per second per datacenter (applies to DNS queries sent to
631
616
the upstream nameservers configured on the cluster).
632
617
@@ -658,7 +643,6 @@ async def edit(
658
643
"upstream_ips" : upstream_ips ,
659
644
"attack_mitigation" : attack_mitigation ,
660
645
"negative_cache_ttl" : negative_cache_ttl ,
661
- "origin_ips" : origin_ips ,
662
646
"ratelimit" : ratelimit ,
663
647
"retries" : retries ,
664
648
},
0 commit comments