The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

WebService::Fastly::Object::BackendResponse

Load the model package

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- address | string | A hostname, IPv4, or IPv6 address for the backend. This is the preferred way to specify the location of your backend. | [optional] auto_loadbalance | boolean | Whether or not this backend should be automatically load balanced. If true, all backends with this setting that don't have a request_condition will be selected based on their weight. | [optional] between_bytes_timeout | int | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using bereq.between_bytes_timeout. | [optional] client_cert | string | Unused. | [optional] comment | string | A freeform descriptive note. | [optional] connect_timeout | int | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic 503 response will be presented instead. May be set at runtime using bereq.connect_timeout. | [optional] first_byte_timeout | int | 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 synthetic 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 | int | How long in seconds to keep a persistent connection to the backend between requests. By default, Varnish keeps connections open as long as it can. | [optional] max_conn | int | 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] 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] 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] share_key | string | Value that when shared across backends will enable those backends to share the same health check. | [optional] shield | string | Identifier of the POP to use as a shield. | [optional] ssl_ca_cert | string | CA certificate attached to origin. | [optional] ssl_cert_hostname | string | Overrides ssl_hostname, but only for cert verification. Does not affect SNI at all. | [optional] ssl_check_cert | boolean | Be strict on checking SSL certs. | [optional] [default to true] ssl_ciphers | string | List of OpenSSL ciphers to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic 503 error response will be generated. | [optional] ssl_client_cert | string | Client certificate attached to origin. | [optional] ssl_client_key | string | Client key attached to origin. | [optional] ssl_hostname | string | Use ssl_cert_hostname and ssl_sni_hostname to configure certificate validation. | [optional] ssl_sni_hostname | string | Overrides ssl_hostname, but only for SNI in the handshake. Does not affect cert validation at all. | [optional] tcp_keepalive_enable | boolean | Whether to enable TCP keepalives for backend connections. Varnish defaults to using keepalives if this is unspecified. | [optional] tcp_keepalive_interval | int | Interval in seconds between subsequent keepalive probes. | [optional] tcp_keepalive_probes | int | Number of unacknowledged probes to send before considering the connection dead. | [optional] tcp_keepalive_time | int | Interval in seconds between the last data packet sent and the first keepalive probe. | [optional] use_ssl | boolean | Whether or not to require TLS for connections to this backend. | [optional] weight | int | Weight used to load balance this backend against others. May be any positive integer. If auto_loadbalance is true, the chance of this backend being selected is equal to its own weight over the sum of all weights for backends that have auto_loadbalance set to true. | [optional] created_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] deleted_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] updated_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] service_id | string | | [optional] [readonly] version | int | | [optional] [readonly] locked | boolean | Indicates whether the version of the service this backend is attached to accepts edits. | [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]