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=> 'How the message should be formatted.',
format=> '',
read_only=> 'false',
},
'timestamp_format'=> {
datatype=> 'string',
base_name=> 'timestamp_format',
description=> 'A timestamp format',
format=> '',
read_only=> 'true',
},
'period'=> {
datatype=> 'int',
base_name=> 'period',
description=> 'How frequently log files are finalized so they can be available for reading (in seconds).',
format=> '',
read_only=> 'false',
},
'gzip_level'=> {
datatype=> 'int',
base_name=> 'gzip_level',
description=> 'The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.',
format=> '',
read_only=> 'false',
},
'compression_codec'=> {
datatype=> 'string',
base_name=> 'compression_codec',
description=> 'The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.',
format=> '',
read_only=> 'false',
},
'path'=> {
datatype=> 'string',
base_name=> 'path',
description=> 'The path to upload logs to.',
format=> '',
read_only=> 'false',
},
'account_name'=> {
datatype=> 'string',
base_name=> 'account_name',
description=> 'The unique Azure Blob Storage namespace in which your data objects are stored. Required.',
format=> '',
read_only=> 'false',
},
'container'=> {
datatype=> 'string',
base_name=> 'container',
description=> 'The name of the Azure Blob Storage container in which to store logs. Required.',
format=> '',
read_only=> 'false',
},
'sas_token'=> {
datatype=> 'string',
base_name=> 'sas_token',
description=> 'The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work. Required.',
format=> '',
read_only=> 'false',
},
'public_key'=> {
datatype=> 'string',
base_name=> 'public_key',
description=> 'A PGP public key that Fastly will use to encrypt your log files before writing them to disk.',
format=> '',
read_only=> 'false',
},
'file_max_bytes'=> {
datatype=> 'int',
base_name=> 'file_max_bytes',
description=> 'The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)',