From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

WebService::Fastly::Object::Director

Load the model package

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- backends | ARRAY[Backend] | List of backends associated to a director. | [optional] capacity | int | Unused. | [optional] comment | string | A freeform descriptive note. | [optional] name | string | Name for the Director. | [optional] quorum | int | 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 to get a list of available POPs used for shielding. | [optional] [default to 'null'] type | int | What type of load balance group to use. | [optional] [default to 1] retries | int | How many backends to search if it fails. | [optional] [default to 5]

[Back to Model list] [Back to API list] [Back to README]