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=> 'Weight (`1-100`) used to load balance this server against others.',
format=> '',
read_only=> 'false',
},
'max_conn'=> {
datatype=> 'int',
base_name=> 'max_conn',
description=> 'Maximum number of connections. If the value is `0`, it inherits the value from pool's `max_conn_default`.',
format=> '',
read_only=> 'false',
},
'port'=> {
datatype=> 'int',
base_name=> 'port',
description=> 'Port number. Setting port `443` does not force TLS. Set `use_tls` in pool to force TLS.',
format=> '',
read_only=> 'false',
},
'address'=> {
datatype=> 'string',
base_name=> 'address',
description=> 'A hostname, IPv4, or IPv6 address for the server. Required.',
format=> '',
read_only=> 'false',
},
'comment'=> {
datatype=> 'string',
base_name=> 'comment',
description=> 'A freeform descriptive note.',
format=> '',
read_only=> 'false',
},
'disabled'=> {
datatype=> 'boolean',
base_name=> 'disabled',
description=> 'Allows servers to be enabled and disabled in a pool.',
format=> '',
read_only=> 'false',
},
'override_host'=> {
datatype=> 'string',
base_name=> 'override_host',
description=> 'The hostname to override the Host header. Defaults to `null` meaning no override of the Host header if not set. This setting can also be added to a Pool definition. However, the server setting will override the Pool setting.',
format=> '',
read_only=> 'false',
},
'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.',