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://developer.fastly.com/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://developer.fastly.com/reference/api/)
description=> 'The name for the real-time logging configuration.',
format=> '',
read_only=> 'false',
},
'placement'=> {
datatype=> 'string',
base_name=> 'placement',
description=> 'Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. ',
format=> '',
read_only=> 'false',
},
'format_version'=> {
datatype=> 'int',
base_name=> 'format_version',
description=> 'The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. ',
format=> '',
read_only=> 'false',
},
'response_condition'=> {
datatype=> 'string',
base_name=> 'response_condition',
description=> 'The name of an existing condition in the configured endpoint, or leave blank to always execute.',
description=> 'A secure certificate to authenticate a server with. Must be in PEM format.',
format=> '',
read_only=> 'false',
},
'tls_client_cert'=> {
datatype=> 'string',
base_name=> 'tls_client_cert',
description=> 'The client certificate used to make authenticated requests. Must be in PEM format.',
format=> '',
read_only=> 'false',
},
'tls_client_key'=> {
datatype=> 'string',
base_name=> 'tls_client_key',
description=> 'The client private key used to make authenticated requests. Must be in PEM format.',
format=> '',
read_only=> 'false',
},
'tls_hostname'=> {
datatype=> 'string',
base_name=> 'tls_hostname',
description=> 'The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported.',
format=> '',
read_only=> 'false',
},
'topic'=> {
datatype=> 'string',
base_name=> 'topic',
description=> 'The Kafka topic to send logs to. Required.',
format=> '',
read_only=> 'false',
},
'brokers'=> {
datatype=> 'string',
base_name=> 'brokers',
description=> 'A comma-separated list of IP addresses or hostnames of Kafka brokers. Required.',
format=> '',
read_only=> 'false',
},
'compression_codec'=> {
datatype=> 'string',
base_name=> 'compression_codec',
description=> 'The codec used for compression of your logs.',
format=> '',
read_only=> 'false',
},
'required_acks'=> {
datatype=> 'int',
base_name=> 'required_acks',
description=> 'The number of acknowledgements a leader must receive before a write is considered successful.',
format=> '',
read_only=> 'false',
},
'request_max_bytes'=> {
datatype=> 'int',
base_name=> 'request_max_bytes',
description=> 'The maximum number of bytes sent in one request. Defaults `0` (no limit).',