Sha256: c5e145cf438b0e62f3df0721e7e42ba2737662077b80bed257ec0f878e1c23b9

Contents?: true

Size: 1.55 KB

Versions: 10

Compression:

Stored size: 1.55 KB

Contents

# Fastly::DirectorResponse

## 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] |
| **service_id** | **String** |  | [optional][readonly] |
| **version** | **Integer** |  | [optional][readonly] |
| **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] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/DirectorResponse.md
fastly-8.10.0 docs/DirectorResponse.md
fastly-8.9.0 docs/DirectorResponse.md
fastly-8.8.0 docs/DirectorResponse.md
fastly-8.7.0 docs/DirectorResponse.md
fastly-8.6.0 docs/DirectorResponse.md
fastly-8.5.0 docs/DirectorResponse.md
fastly-8.4.0 docs/DirectorResponse.md
fastly-8.2.0 docs/DirectorResponse.md
fastly-8.1.0 docs/DirectorResponse.md