docs/BackendApi.md in fastly-4.1.0 vs docs/BackendApi.md in fastly-4.2.0

- old
+ new

@@ -41,11 +41,11 @@ first_byte_timeout: 56, # Integer | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. healthcheck: 'healthcheck_example', # String | The name of the healthcheck to use with this backend. hostname: 'hostname_example', # String | The hostname of the backend. May be used as an alternative to `address` to set the backend location. ipv4: 'ipv4_example', # String | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. ipv6: 'ipv6_example', # String | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. - keepalive_time: 56, # Integer | How long to keep a persistent connection to the backend between requests. + keepalive_time: 56, # Integer | How long in seconds to keep a persistent connection to the backend between requests. max_conn: 56, # Integer | Maximum number of concurrent connections this backend will accept. max_tls_version: 'max_tls_version_example', # String | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. min_tls_version: 'min_tls_version_example', # String | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. name: 'name_example', # String | The name of the backend. 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. @@ -88,11 +88,11 @@ | **first_byte_timeout** | **Integer** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] | | **healthcheck** | **String** | The name of the healthcheck to use with this backend. | [optional] | | **hostname** | **String** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] | | **ipv4** | **String** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] | | **ipv6** | **String** | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] | -| **keepalive_time** | **Integer** | How long to keep a persistent connection to the backend between requests. | [optional] | +| **keepalive_time** | **Integer** | How long in seconds to keep a persistent connection to the backend between requests. | [optional] | | **max_conn** | **Integer** | Maximum number of concurrent connections this backend will accept. | [optional] | | **max_tls_version** | **String** | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | | **min_tls_version** | **String** | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | | **name** | **String** | The name of the backend. | [optional] | | **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] | @@ -262,11 +262,11 @@ first_byte_timeout: 56, # Integer | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. healthcheck: 'healthcheck_example', # String | The name of the healthcheck to use with this backend. hostname: 'hostname_example', # String | The hostname of the backend. May be used as an alternative to `address` to set the backend location. ipv4: 'ipv4_example', # String | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. ipv6: 'ipv6_example', # String | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. - keepalive_time: 56, # Integer | How long to keep a persistent connection to the backend between requests. + keepalive_time: 56, # Integer | How long in seconds to keep a persistent connection to the backend between requests. max_conn: 56, # Integer | Maximum number of concurrent connections this backend will accept. max_tls_version: 'max_tls_version_example', # String | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. min_tls_version: 'min_tls_version_example', # String | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. name: 'name_example', # String | The name of the backend. 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. @@ -310,10 +310,10 @@ | **first_byte_timeout** | **Integer** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] | | **healthcheck** | **String** | The name of the healthcheck to use with this backend. | [optional] | | **hostname** | **String** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] | | **ipv4** | **String** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] | | **ipv6** | **String** | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] | -| **keepalive_time** | **Integer** | How long to keep a persistent connection to the backend between requests. | [optional] | +| **keepalive_time** | **Integer** | How long in seconds to keep a persistent connection to the backend between requests. | [optional] | | **max_conn** | **Integer** | Maximum number of concurrent connections this backend will accept. | [optional] | | **max_tls_version** | **String** | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | | **min_tls_version** | **String** | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | | **name** | **String** | The name of the backend. | [optional] | | **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] |