| tls_ca_cert |
str, none_type |
A secure certificate to authenticate a server with. Must be in PEM format. |
[optional] if omitted the server will use the default value of "null" |
| tls_client_cert |
str, none_type |
The client certificate used to make authenticated requests. Must be in PEM format. |
[optional] if omitted the server will use the default value of "null" |
| tls_client_key |
str, none_type |
The client private key used to make authenticated requests. Must be in PEM format. |
[optional] if omitted the server will use the default value of "null" |
| tls_cert_hostname |
str, none_type |
The hostname used to verify a server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN). |
[optional] if omitted the server will use the default value of "null" |
| use_tls |
str |
Whether to use TLS. |
[optional] if omitted the server will use the default value of "0" |
| created_at |
datetime, none_type |
Date and time in ISO 8601 format. |
[optional] [readonly] |
| deleted_at |
datetime, none_type |
Date and time in ISO 8601 format. |
[optional] [readonly] |
| updated_at |
datetime, none_type |
Date and time in ISO 8601 format. |
[optional] [readonly] |
| service_id |
str |
|
[optional] [readonly] |
| version |
str |
|
[optional] [readonly] |
| name |
str |
Name for the Pool. |
[optional] |
| shield |
str, none_type |
Selected POP to serve as a shield for the servers. Defaults to null meaning no origin shielding if not set. Refer to the POPs API endpoint to get a list of available POPs used for shielding. |
[optional] if omitted the server will use the default value of "null" |
| request_condition |
str, none_type |
Condition which, if met, will select this configuration during a request. Optional. |
[optional] |
| tls_ciphers |
str, none_type |
List of OpenSSL ciphers (see the openssl.org manpages for details). Optional. |
[optional] |
| tls_sni_hostname |
str, none_type |
SNI hostname. Optional. |
[optional] |
| min_tls_version |
int, none_type |
Minimum allowed TLS version on connections to this server. Optional. |
[optional] |
| max_tls_version |
int, none_type |
Maximum allowed TLS version on connections to this server. Optional. |
[optional] |
| healthcheck |
str, none_type |
Name of the healthcheck to use with this pool. Can be empty and could be reused across multiple backend and pools. |
[optional] |
| comment |
str, none_type |
A freeform descriptive note. |
[optional] |
| type |
str |
What type of load balance group to use. |
[optional] |
| override_host |
str, none_type |
The hostname to override the Host header. Defaults to null meaning no override of the Host header will occur. This setting can also be added to a Server definition. If the field is set on a Server definition it will override the Pool setting. |
[optional] if omitted the server will use the default value of "null" |
| between_bytes_timeout |
str |
Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, for Delivery services, the response received so far will be considered complete and the fetch will end. For Compute services, timeout expiration is treated as a failure of the backend connection, and an error is generated. May be set at runtime using bereq.between_bytes_timeout. |
[optional] |
| connect_timeout |
str |
How long to wait for a timeout in milliseconds. |
[optional] |
| first_byte_timeout |
str |
How long to wait for the first byte in milliseconds. |
[optional] |
| max_conn_default |
str |
Maximum number of connections. |
[optional] if omitted the server will use the default value of "200" |
| tls_check_cert |
str, none_type |
Be strict on checking TLS certs. |
[optional] |
| id |
str |
|
[optional] [readonly] |
| quorum |
int |
Percentage of capacity (0-100) that needs to be operationally available for a pool to be considered up. |
[optional] if omitted the server will use the default value of 75 |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |