Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
# NOTE: This class is auto generated. Do not edit the class manually.
#
=begin comment
Fastly API
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
description=> 'List of backends associated to a director.',
format=> '',
read_only=> 'false',
},
'capacity'=> {
datatype=> 'int',
base_name=> 'capacity',
description=> 'Unused.',
format=> '',
read_only=> 'false',
},
'comment'=> {
datatype=> 'string',
base_name=> 'comment',
description=> 'A freeform descriptive note.',
format=> '',
read_only=> 'false',
},
'name'=> {
datatype=> 'string',
base_name=> 'name',
description=> 'Name for the Director.',
format=> '',
read_only=> 'false',
},
'quorum'=> {
datatype=> 'int',
base_name=> 'quorum',
description=> 'The percentage of capacity that needs to be up for a director to be considered up. `0` to `100`.',
format=> '',
read_only=> 'false',
},
'shield'=> {
datatype=> 'string',
base_name=> 'shield',
description=> '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.',
format=> '',
read_only=> 'false',
},
'type'=> {
datatype=> 'int',
base_name=> 'type',
description=> 'What type of load balance group to use.',
format=> '',
read_only=> 'false',
},
'retries'=> {
datatype=> 'int',
base_name=> 'retries',
description=> 'How many backends to search if it fails.',
format=> '',
read_only=> 'false',
},
'service_id'=> {
datatype=> 'string',
base_name=> 'service_id',
description=> '',
format=> '',
read_only=> 'true',
},
'version'=> {
datatype=> 'int',
base_name=> 'version',
description=> '',
format=> '',
read_only=> 'true',
},
'created_at'=> {
datatype=> 'DateTime',
base_name=> 'created_at',
description=> 'Date and time in ISO 8601 format.',
format=> 'date-time',
read_only=> 'true',
},
'deleted_at'=> {
datatype=> 'DateTime',
base_name=> 'deleted_at',
description=> 'Date and time in ISO 8601 format.',
format=> 'date-time',
read_only=> 'true',
},
'updated_at'=> {
datatype=> 'DateTime',
base_name=> 'updated_at',
description=> 'Date and time in ISO 8601 format.',