File tree Expand file tree Collapse file tree
src/cloudflare/types/zero_trust/tunnels/cloudflared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 1811
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f0df9799d57279965730a3efbadfd041338e15a86cafa330e10fd03b09036fdc .yml
3- openapi_spec_hash : 12c366fbc2a677cb9778548532ad7b3c
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-647eecee3a88e3fee22e75860cc77ac009e2ec3640903d1a15c2092e1b730948 .yml
3+ openapi_spec_hash : 8e791b59dc221594b1ecdf6377b97824
44config_hash : 4e184f6d41e4088670e95ba876c8238b
Original file line number Diff line number Diff line change 1616 "ConfigIngressOriginRequestAccess" ,
1717 "ConfigOriginRequest" ,
1818 "ConfigOriginRequestAccess" ,
19- "ConfigWARPRouting" ,
2019]
2120
2221
@@ -218,10 +217,6 @@ class ConfigOriginRequest(BaseModel):
218217 """
219218
220219
221- class ConfigWARPRouting (BaseModel ):
222- enabled : Optional [bool ] = None
223-
224-
225220class Config (BaseModel ):
226221 ingress : Optional [List [ConfigIngress ]] = None
227222 """List of public hostname definitions.
@@ -235,12 +230,6 @@ class Config(BaseModel):
235230 between cloudflared and origin server.
236231 """
237232
238- warp_routing : Optional [ConfigWARPRouting ] = FieldInfo (alias = "warp-routing" , default = None )
239- """Enable private network access from WARP users to private network routes.
240-
241- This is enabled if the tunnel has an assigned route.
242- """
243-
244233
245234class ConfigurationGetResponse (BaseModel ):
246235 account_id : Optional [str ] = None
Original file line number Diff line number Diff line change 1616 "ConfigIngressOriginRequestAccess" ,
1717 "ConfigOriginRequest" ,
1818 "ConfigOriginRequestAccess" ,
19- "ConfigWARPRouting" ,
2019]
2120
2221
@@ -218,10 +217,6 @@ class ConfigOriginRequest(BaseModel):
218217 """
219218
220219
221- class ConfigWARPRouting (BaseModel ):
222- enabled : Optional [bool ] = None
223-
224-
225220class Config (BaseModel ):
226221 ingress : Optional [List [ConfigIngress ]] = None
227222 """List of public hostname definitions.
@@ -235,12 +230,6 @@ class Config(BaseModel):
235230 between cloudflared and origin server.
236231 """
237232
238- warp_routing : Optional [ConfigWARPRouting ] = FieldInfo (alias = "warp-routing" , default = None )
239- """Enable private network access from WARP users to private network routes.
240-
241- This is enabled if the tunnel has an assigned route.
242- """
243-
244233
245234class ConfigurationUpdateResponse (BaseModel ):
246235 account_id : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments