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
$options['name'] = 'name_example'; // string | The name of the backend.
55
55
$options['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.
56
56
$options['port'] = 56; // 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.
57
-
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections for DNS hostname lookups.
57
+
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections to origins for hostname backends.
58
58
$options['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.
59
59
$options['share_key'] = 'share_key_example'; // string | Value that when shared across backends will enable those backends to share the same health check.
60
60
$options['shield'] = 'shield_example'; // string | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding).
@@ -106,7 +106,7 @@ Name | Type | Description | Notes
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** | **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]
109
-
**prefer_ipv6** | **bool** | Prefer IPv6 connections for DNS hostname lookups. | [optional]
109
+
**prefer_ipv6** | **bool** | 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]
$options['name'] = 'name_example'; // string | The name of the backend.
276
276
$options['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.
277
277
$options['port'] = 56; // 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.
278
-
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections for DNS hostname lookups.
278
+
$options['prefer_ipv6'] = True; // bool | Prefer IPv6 connections to origins for hostname backends.
279
279
$options['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.
280
280
$options['share_key'] = 'share_key_example'; // string | Value that when shared across backends will enable those backends to share the same health check.
281
281
$options['shield'] = 'shield_example'; // string | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding).
@@ -328,7 +328,7 @@ Name | Type | Description | Notes
328
328
**name** | **string** | The name of the backend. | [optional]
329
329
**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]
330
330
**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]
331
-
**prefer_ipv6** | **bool** | Prefer IPv6 connections for DNS hostname lookups. | [optional]
331
+
**prefer_ipv6** | **bool** | Prefer IPv6 connections to origins for hostname backends. | [optional]
332
332
**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]
333
333
**share_key** | **string** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
334
334
**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/Api/LoggingAzureblobApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
69
69
**service_id** | **string** | Alphanumeric string identifying the service. |
70
70
**version_id** | **int** | Integer identifying a service version. |
71
71
**name** | **string** | The name for the real-time logging configuration. | [optional]
72
-
**placement** | **string** | 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`. | [optional][one of: 'none', 'waf_debug', 'null']
72
+
**placement** | **string** | 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`. | [optional][one of: 'none', 'null']
73
73
**response_condition** | **string** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional]
74
74
**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][defaults to '%h %l %u %t "%r" %>s %b']
75
75
**format_version** | **int** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][one of: 1, 2]
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
251
251
**version_id** | **int** | Integer identifying a service version. |
252
252
**logging_azureblob_name** | **string** | The name for the real-time logging configuration. |
253
253
**name** | **string** | The name for the real-time logging configuration. | [optional]
254
-
**placement** | **string** | 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`. | [optional][one of: 'none', 'waf_debug', 'null']
254
+
**placement** | **string** | 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`. | [optional][one of: 'none', 'null']
255
255
**response_condition** | **string** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional]
256
256
**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][defaults to '%h %l %u %t "%r" %>s %b']
257
257
**format_version** | **int** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][one of: 1, 2]
Copy file name to clipboardExpand all lines: docs/Api/LoggingBigqueryApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
**service_id** | **string** | Alphanumeric string identifying the service. |
66
66
**version_id** | **int** | Integer identifying a service version. |
67
67
**name** | **string** | The name of the BigQuery logging object. Used as a primary key for API access. | [optional]
68
-
**placement** | **string** | 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`. | [optional][one of: 'none', 'waf_debug', 'null']
68
+
**placement** | **string** | 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`. | [optional][one of: 'none', 'null']
69
69
**response_condition** | **string** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional]
70
70
**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce JSON that matches the schema of your BigQuery table. | [optional]
71
71
**format_version** | **int** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][one of: 1, 2]
@@ -239,7 +239,7 @@ Name | Type | Description | Notes
239
239
**version_id** | **int** | Integer identifying a service version. |
240
240
**logging_bigquery_name** | **string** | The name for the real-time logging configuration. |
241
241
**name** | **string** | The name of the BigQuery logging object. Used as a primary key for API access. | [optional]
242
-
**placement** | **string** | 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`. | [optional][one of: 'none', 'waf_debug', 'null']
242
+
**placement** | **string** | 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`. | [optional][one of: 'none', 'null']
243
243
**response_condition** | **string** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional]
244
244
**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce JSON that matches the schema of your BigQuery table. | [optional]
245
245
**format_version** | **int** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][one of: 1, 2]
0 commit comments