File tree Expand file tree Collapse file tree
src/cloudflare/types/shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 1793
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f7681635d53a6621672260d7c100544abb5ac1765e79a1050125ede065ddc3ce .yml
3- openapi_spec_hash : a9bf548865fe679f0fd5946d8ac43dc3
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b80363dff8a9093d4f64908a5266d96097c56e8b786850513ad10807e3f61441 .yml
3+ openapi_spec_hash : 03f0955df4a358d12749e4d530a17fa6
44config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ class CloudflareTunnel(BaseModel):
4747 account_tag : Optional [str ] = None
4848 """Cloudflare account ID"""
4949
50+ config_src : Optional [Literal ["local" , "cloudflare" ]] = None
51+ """Indicates if this is a locally or remotely configured tunnel.
52+
53+ If `local`, manage the tunnel using a YAML file on the origin machine. If
54+ `cloudflare`, manage the tunnel on the Zero Trust dashboard.
55+ """
56+
5057 connections : Optional [List [Connection ]] = None
5158 """The Cloudflare Tunnel connections between your origin and Cloudflare's edge."""
5259
You can’t perform that action at this time.
0 commit comments