Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.63 KB

File metadata and controls

22 lines (18 loc) · 1.63 KB

Fastly::ServerResponse

Properties

Name Type Description Notes
weight Integer Weight (1-100) used to load balance this server against others. [optional][default to 100]
max_conn Integer Maximum number of connections. If the value is 0, it inherits the value from pool's max_conn_default. [optional][default to 0]
port Integer Port number. Setting port 443 does not force TLS. Set use_tls in pool to force TLS. [optional][default to 80]
address String A hostname, IPv4, or IPv6 address for the server. Required. [optional]
comment String A freeform descriptive note. [optional]
disabled Boolean Allows servers to be enabled and disabled in a pool. [optional][default to false]
override_host String The hostname to override the Host header. Defaults to null meaning no override of the Host header if not set. This setting can also be added to a Pool definition. However, the server setting will override the Pool setting. [optional][default to 'null']
created_at Time Date and time in ISO 8601 format. [optional][readonly]
deleted_at Time Date and time in ISO 8601 format. [optional][readonly]
updated_at Time Date and time in ISO 8601 format. [optional][readonly]
service_id String [optional][readonly]
id String [optional][readonly]
pool_id String [optional][readonly]

[Back to API list] [Back to README]