You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Backend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
22
22
**name** | **str** | The name of the backend. | [optional]
23
23
**override_host** | **str, none_type** | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
24
24
**port** | **int** | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
25
-
**prefer_ipv6** | **bool** | Prefer IPv6 connections for DNS hostname lookups. | [optional]
25
+
**prefer_ipv6** | **bool, none_type** | Prefer IPv6 connections to origins for hostname backends. | [optional]
26
26
**request_condition** | **str** | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
27
27
**share_key** | **str, none_type** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
28
28
**shield** | **str, none_type** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
Copy file name to clipboardExpand all lines: docs/BackendApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ with fastly.ApiClient(configuration) as api_client:
70
70
name ="test-backend"# str | The name of the backend. (optional)
71
71
override_host ="override_host_example"# str, none_type | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. (optional)
72
72
port =1# int | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. (optional)
73
-
prefer_ipv6 =True# bool| Prefer IPv6 connections for DNS hostname lookups. (optional)
73
+
prefer_ipv6 =True# bool, none_type | Prefer IPv6 connections to origins for hostname backends. (optional)
74
74
request_condition ="request_condition_example"# str | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. (optional)
75
75
share_key ="C"# str, none_type | Value that when shared across backends will enable those backends to share the same health check. (optional)
76
76
shield ="shield_example"# str, none_type | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). (optional)
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
**name** | **str**| The name of the backend. | [optional]
133
133
**override_host** | **str, none_type**| If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
134
134
**port** | **int**| Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
135
-
**prefer_ipv6** | **bool**| Prefer IPv6 connections for DNS hostname lookups. | [optional]
135
+
**prefer_ipv6** | **bool, none_type**| Prefer IPv6 connections to origins for hostname backends. | [optional]
136
136
**request_condition** | **str**| Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
137
137
**share_key** | **str, none_type**| Value that when shared across backends will enable those backends to share the same health check. | [optional]
138
138
**shield** | **str, none_type**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
@@ -476,7 +476,7 @@ with fastly.ApiClient(configuration) as api_client:
476
476
name ="test-backend"# str | The name of the backend. (optional)
477
477
override_host ="override_host_example"# str, none_type | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. (optional)
478
478
port =1# int | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. (optional)
479
-
prefer_ipv6 =True# bool| Prefer IPv6 connections for DNS hostname lookups. (optional)
479
+
prefer_ipv6 =True# bool, none_type | Prefer IPv6 connections to origins for hostname backends. (optional)
480
480
request_condition ="request_condition_example"# str | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. (optional)
481
481
share_key ="C"# str, none_type | Value that when shared across backends will enable those backends to share the same health check. (optional)
482
482
shield ="shield_example"# str, none_type | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). (optional)
@@ -539,7 +539,7 @@ Name | Type | Description | Notes
539
539
**name** | **str**| The name of the backend. | [optional]
540
540
**override_host** | **str, none_type**| If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
541
541
**port** | **int**| Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
542
-
**prefer_ipv6** | **bool**| Prefer IPv6 connections for DNS hostname lookups. | [optional]
542
+
**prefer_ipv6** | **bool, none_type**| Prefer IPv6 connections to origins for hostname backends. | [optional]
543
543
**request_condition** | **str**| Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
544
544
**share_key** | **str, none_type**| Value that when shared across backends will enable those backends to share the same health check. | [optional]
545
545
**shield** | **str, none_type**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
Copy file name to clipboardExpand all lines: docs/BackendResponse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
22
22
**name** | **str** | The name of the backend. | [optional]
23
23
**override_host** | **str, none_type** | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
24
24
**port** | **int** | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
25
-
**prefer_ipv6** | **bool** | Prefer IPv6 connections for DNS hostname lookups. | [optional]
25
+
**prefer_ipv6** | **bool, none_type** | Prefer IPv6 connections to origins for hostname backends. | [optional]
26
26
**request_condition** | **str** | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
27
27
**share_key** | **str, none_type** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
28
28
**shield** | **str, none_type** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
**value** | **str** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | must be one of ["none", "waf_debug", "null", ]
8
+
**value** | **str** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | must be one of ["none", "null", ]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments