Sha256: 101d8f202aab7c84b15f0efde0d28f20dd6c8f253bf79f4c88cc3ac7231ce8d9

Contents?: true

Size: 1.51 KB

Versions: 28

Compression:

Stored size: 1.51 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](/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

28 entries across 28 versions & 1 rubygems

Version Path
fastly-8.0.1 docs/DirectorResponse.md
fastly-8.0.0 docs/DirectorResponse.md
fastly-7.2.2 docs/DirectorResponse.md
fastly-7.2.1 docs/DirectorResponse.md
fastly-7.2.0 docs/DirectorResponse.md
fastly-7.1.1 docs/DirectorResponse.md
fastly-7.1.0 docs/DirectorResponse.md
fastly-7.0.0 docs/DirectorResponse.md
fastly-6.0.2 docs/DirectorResponse.md
fastly-6.0.1 docs/DirectorResponse.md
fastly-6.0.0 docs/DirectorResponse.md
fastly-5.3.1 docs/DirectorResponse.md
fastly-5.3.0 docs/DirectorResponse.md
fastly-5.2.2 docs/DirectorResponse.md
fastly-5.2.1 docs/DirectorResponse.md
fastly-5.2.0 docs/DirectorResponse.md
fastly-5.1.1 docs/DirectorResponse.md
fastly-5.1.0 docs/DirectorResponse.md
fastly-5.0.0 docs/DirectorResponse.md
fastly-4.4.0 docs/DirectorResponse.md