lib/fastly/api/backend_api.rb in fastly-4.1.0 vs lib/fastly/api/backend_api.rb in fastly-4.2.0

- old
+ new

@@ -30,11 +30,11 @@ # @option opts [Integer] :first_byte_timeout 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`. # @option opts [String] :healthcheck The name of the healthcheck to use with this backend. # @option opts [String] :hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv6 IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. - # @option opts [Integer] :keepalive_time How long to keep a persistent connection to the backend between requests. + # @option opts [Integer] :keepalive_time How long in seconds to keep a persistent connection to the backend between requests. # @option opts [Integer] :max_conn Maximum number of concurrent connections this backend will accept. # @option opts [String] :max_tls_version 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. # @option opts [String] :min_tls_version 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. # @option opts [String] :name The name of the backend. # @option opts [String] :override_host 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. @@ -70,11 +70,11 @@ # @option opts [Integer] :first_byte_timeout 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`. # @option opts [String] :healthcheck The name of the healthcheck to use with this backend. # @option opts [String] :hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv6 IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. - # @option opts [Integer] :keepalive_time How long to keep a persistent connection to the backend between requests. + # @option opts [Integer] :keepalive_time How long in seconds to keep a persistent connection to the backend between requests. # @option opts [Integer] :max_conn Maximum number of concurrent connections this backend will accept. # @option opts [String] :max_tls_version 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. # @option opts [String] :min_tls_version 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. # @option opts [String] :name The name of the backend. # @option opts [String] :override_host 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. @@ -420,11 +420,11 @@ # @option opts [Integer] :first_byte_timeout 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`. # @option opts [String] :healthcheck The name of the healthcheck to use with this backend. # @option opts [String] :hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv6 IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. - # @option opts [Integer] :keepalive_time How long to keep a persistent connection to the backend between requests. + # @option opts [Integer] :keepalive_time How long in seconds to keep a persistent connection to the backend between requests. # @option opts [Integer] :max_conn Maximum number of concurrent connections this backend will accept. # @option opts [String] :max_tls_version 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. # @option opts [String] :min_tls_version 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. # @option opts [String] :name The name of the backend. # @option opts [String] :override_host 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. @@ -461,10 +461,10 @@ # @option opts [Integer] :first_byte_timeout 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`. # @option opts [String] :healthcheck The name of the healthcheck to use with this backend. # @option opts [String] :hostname The hostname of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv4 IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. # @option opts [String] :ipv6 IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. - # @option opts [Integer] :keepalive_time How long to keep a persistent connection to the backend between requests. + # @option opts [Integer] :keepalive_time How long in seconds to keep a persistent connection to the backend between requests. # @option opts [Integer] :max_conn Maximum number of concurrent connections this backend will accept. # @option opts [String] :max_tls_version 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. # @option opts [String] :min_tls_version 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. # @option opts [String] :name The name of the backend. # @option opts [String] :override_host 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.