Sha256: 37737bf2533d8222ceace73a37f2b84cbd93cfdc342e4f61ed8785e028b0651b
Contents?: true
Size: 1.17 KB
Versions: 10
Compression:
Stored size: 1.17 KB
Contents
# Fastly::Director ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **backends** | [**Array<Backend>**](Backend.md) | List of backends associated to a director. | [optional] | | **capacity** | **Integer** | Unused. | [optional] | | **comment** | **String** | A freeform descriptive note. | [optional] | | **name** | **String** | Name for the Director. | [optional] | | **quorum** | **Integer** | The percentage of capacity that needs to be up for a director to be considered up. `0` to `100`. | [optional][default to 75] | | **shield** | **String** | Selected POP to serve as a shield for the backends. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/) to get a list of available POPs used for shielding. | [optional][default to 'null'] | | **type** | **Integer** | What type of load balance group to use. | [optional][default to TYPE::random] | | **retries** | **Integer** | How many backends to search if it fails. | [optional][default to 5] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
10 entries across 10 versions & 1 rubygems