Skip to content

Commit 4dab5b0

Browse files
chore(api): update composite API spec
1 parent e6c37b0 commit 4dab5b0

28 files changed

Lines changed: 168 additions & 36 deletions

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2184
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a085fe9423a471ff6a541742d5f268cc73a5a641321c8a280eec22ad5745fa52.yml
3-
openapi_spec_hash: 6dbad68ff183c93ecdd3df4b2b77f09d
3+
openapi_spec_hash: 86610e8d69a7b3f8b83cb5f6a0a7c96e
44
config_hash: 95239e8fc62638979bc21e538307bbe3

src/cloudflare/resources/magic_transit/cf_interconnects.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def update(
8181
cf_interconnect_id: Identifier
8282
8383
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
84-
otherwise.
84+
otherwise. Requires the `coupler_integration` account flag to be enabled;
85+
requests setting this to `true` without that flag will be rejected.
8586
8687
description: An optional description of the interconnect.
8788
@@ -370,7 +371,8 @@ async def update(
370371
cf_interconnect_id: Identifier
371372
372373
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
373-
otherwise.
374+
otherwise. Requires the `coupler_integration` account flag to be enabled;
375+
requests setting this to `true` without that flag will be rejected.
374376
375377
description: An optional description of the interconnect.
376378

src/cloudflare/resources/magic_transit/gre_tunnels.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ def create(
9292
must be 15 characters or less, and cannot share a name with another GRE tunnel.
9393
9494
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
95-
otherwise.
95+
otherwise. Requires the `coupler_integration` account flag to be enabled;
96+
requests setting this to `true` without that flag will be rejected.
9697
9798
description: An optional description of the GRE tunnel.
9899
@@ -199,7 +200,8 @@ def update(
199200
must be 15 characters or less, and cannot share a name with another GRE tunnel.
200201
201202
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
202-
otherwise.
203+
otherwise. Requires the `coupler_integration` account flag to be enabled;
204+
requests setting this to `true` without that flag will be rejected.
203205
204206
description: An optional description of the GRE tunnel.
205207
@@ -554,7 +556,8 @@ async def create(
554556
must be 15 characters or less, and cannot share a name with another GRE tunnel.
555557
556558
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
557-
otherwise.
559+
otherwise. Requires the `coupler_integration` account flag to be enabled;
560+
requests setting this to `true` without that flag will be rejected.
558561
559562
description: An optional description of the GRE tunnel.
560563
@@ -661,7 +664,8 @@ async def update(
661664
must be 15 characters or less, and cannot share a name with another GRE tunnel.
662665
663666
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
664-
otherwise.
667+
otherwise. Requires the `coupler_integration` account flag to be enabled;
668+
requests setting this to `true` without that flag will be rejected.
665669
666670
description: An optional description of the GRE tunnel.
667671

src/cloudflare/resources/magic_transit/ipsec_tunnels.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ def create(
9797
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
9898
9999
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
100-
otherwise.
100+
otherwise. Requires the `coupler_integration` account flag to be enabled;
101+
requests setting this to `true` without that flag will be rejected.
101102
102103
customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
103104
but must be set for proactive traceroutes to work.
@@ -208,7 +209,8 @@ def update(
208209
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
209210
210211
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
211-
otherwise.
212+
otherwise. Requires the `coupler_integration` account flag to be enabled;
213+
requests setting this to `true` without that flag will be rejected.
212214
213215
customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
214216
but must be set for proactive traceroutes to work.
@@ -622,7 +624,8 @@ async def create(
622624
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
623625
624626
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
625-
otherwise.
627+
otherwise. Requires the `coupler_integration` account flag to be enabled;
628+
requests setting this to `true` without that flag will be rejected.
626629
627630
customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
628631
but must be set for proactive traceroutes to work.
@@ -733,7 +736,8 @@ async def update(
733736
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
734737
735738
automatic_return_routing: True if automatic stateful return routing should be enabled for a tunnel, false
736-
otherwise.
739+
otherwise. Requires the `coupler_integration` account flag to be enabled;
740+
requests setting this to `true` without that flag will be rejected.
737741
738742
customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
739743
but must be set for proactive traceroutes to work.

src/cloudflare/types/magic_transit/cf_interconnect_bulk_update_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class ModifiedInterconnect(BaseModel):
2626
automatic_return_routing: Optional[bool] = None
2727
"""
2828
True if automatic stateful return routing should be enabled for a tunnel, false
29-
otherwise.
29+
otherwise. Requires the `coupler_integration` account flag to be enabled;
30+
requests setting this to `true` without that flag will be rejected.
3031
"""
3132

3233
colo_name: Optional[str] = None

src/cloudflare/types/magic_transit/cf_interconnect_get_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class Interconnect(BaseModel):
2626
automatic_return_routing: Optional[bool] = None
2727
"""
2828
True if automatic stateful return routing should be enabled for a tunnel, false
29-
otherwise.
29+
otherwise. Requires the `coupler_integration` account flag to be enabled;
30+
requests setting this to `true` without that flag will be rejected.
3031
"""
3132

3233
colo_name: Optional[str] = None

src/cloudflare/types/magic_transit/cf_interconnect_list_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class Interconnect(BaseModel):
2626
automatic_return_routing: Optional[bool] = None
2727
"""
2828
True if automatic stateful return routing should be enabled for a tunnel, false
29-
otherwise.
29+
otherwise. Requires the `coupler_integration` account flag to be enabled;
30+
requests setting this to `true` without that flag will be rejected.
3031
"""
3132

3233
colo_name: Optional[str] = None

src/cloudflare/types/magic_transit/cf_interconnect_update_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class CfInterconnectUpdateParams(TypedDict, total=False):
1717
automatic_return_routing: bool
1818
"""
1919
True if automatic stateful return routing should be enabled for a tunnel, false
20-
otherwise.
20+
otherwise. Requires the `coupler_integration` account flag to be enabled;
21+
requests setting this to `true` without that flag will be rejected.
2122
"""
2223

2324
description: str

src/cloudflare/types/magic_transit/cf_interconnect_update_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class ModifiedInterconnect(BaseModel):
2626
automatic_return_routing: Optional[bool] = None
2727
"""
2828
True if automatic stateful return routing should be enabled for a tunnel, false
29-
otherwise.
29+
otherwise. Requires the `coupler_integration` account flag to be enabled;
30+
requests setting this to `true` without that flag will be rejected.
3031
"""
3132

3233
colo_name: Optional[str] = None

src/cloudflare/types/magic_transit/gre_tunnel_bulk_update_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ class ModifiedGRETunnel(BaseModel):
151151
automatic_return_routing: Optional[bool] = None
152152
"""
153153
True if automatic stateful return routing should be enabled for a tunnel, false
154-
otherwise.
154+
otherwise. Requires the `coupler_integration` account flag to be enabled;
155+
requests setting this to `true` without that flag will be rejected.
155156
"""
156157

157158
bgp: Optional[ModifiedGRETunnelBGP] = None

0 commit comments

Comments
 (0)