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 @@
22
22
|**name**|**String**| The name of the backend. |[optional]|
23
23
|**override_host**|**String**| 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**|**Integer**| 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**|**Boolean**| Prefer IPv6 connections for DNS hostname lookups. |[optional]|
25
+
|**prefer_ipv6**|**Boolean**| Prefer IPv6 connections to origins for hostname backends. |[optional]|
26
26
|**request_condition**|**String**| 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**|**String**| Value that when shared across backends will enable those backends to share the same health check. |[optional]|
28
28
|**shield**|**String**| 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
@@ -53,7 +53,7 @@ opts = {
53
53
name:'name_example', # String | The name of the backend.
54
54
override_host:'override_host_example', # String | 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.
55
55
port:56, # Integer | 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.
56
-
prefer_ipv6:true, # Boolean | Prefer IPv6 connections for DNS hostname lookups.
56
+
prefer_ipv6:true, # Boolean | Prefer IPv6 connections to origins for hostname backends.
57
57
request_condition:'request_condition_example', # String | 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.
58
58
share_key:'share_key_example', # String | Value that when shared across backends will enable those backends to share the same health check.
59
59
shield:'shield_example', # String | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding).
@@ -106,7 +106,7 @@ end
106
106
|**name**|**String**| The name of the backend. |[optional]|
107
107
|**override_host**|**String**| 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]|
108
108
|**port**|**Integer**| 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]|
109
-
|**prefer_ipv6**|**Boolean**| Prefer IPv6 connections for DNS hostname lookups. |[optional]|
109
+
|**prefer_ipv6**|**Boolean**| Prefer IPv6 connections to origins for hostname backends. |[optional]|
110
110
|**request_condition**|**String**| 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]|
111
111
|**share_key**|**String**| Value that when shared across backends will enable those backends to share the same health check. |[optional]|
112
112
|**shield**|**String**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). |[optional]|
@@ -286,7 +286,7 @@ opts = {
286
286
name:'name_example', # String | The name of the backend.
287
287
override_host:'override_host_example', # String | 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.
288
288
port:56, # Integer | 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.
289
-
prefer_ipv6:true, # Boolean | Prefer IPv6 connections for DNS hostname lookups.
289
+
prefer_ipv6:true, # Boolean | Prefer IPv6 connections to origins for hostname backends.
290
290
request_condition:'request_condition_example', # String | 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.
291
291
share_key:'share_key_example', # String | Value that when shared across backends will enable those backends to share the same health check.
292
292
shield:'shield_example', # String | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding).
@@ -340,7 +340,7 @@ end
340
340
|**name**|**String**| The name of the backend. |[optional]|
341
341
|**override_host**|**String**| 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]|
342
342
|**port**|**Integer**| 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]|
343
-
|**prefer_ipv6**|**Boolean**| Prefer IPv6 connections for DNS hostname lookups. |[optional]|
343
+
|**prefer_ipv6**|**Boolean**| Prefer IPv6 connections to origins for hostname backends. |[optional]|
344
344
|**request_condition**|**String**| 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]|
345
345
|**share_key**|**String**| Value that when shared across backends will enable those backends to share the same health check. |[optional]|
346
346
|**shield**|**String**| 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 @@
22
22
|**name**|**String**| The name of the backend. |[optional]|
23
23
|**override_host**|**String**| 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**|**Integer**| 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**|**Boolean**| Prefer IPv6 connections for DNS hostname lookups. |[optional]|
25
+
|**prefer_ipv6**|**Boolean**| Prefer IPv6 connections to origins for hostname backends. |[optional]|
26
26
|**request_condition**|**String**| 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**|**String**| Value that when shared across backends will enable those backends to share the same health check. |[optional]|
28
28
|**shield**|**String**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). |[optional]|
0 commit comments