lib/fastly/models/logging_generic_common.rb in fastly-4.0.0.alpha4 vs lib/fastly/models/logging_generic_common.rb in fastly-4.0.0
- old
+ new
@@ -20,13 +20,13 @@
attr_accessor :timestamp_format
# How frequently log files are finalized so they can be available for reading (in seconds).
attr_accessor :period
- # What level of gzip encoding to have when sending logs (default `0`, no compression). If an explicit non-zero value is set, then `compression_codec` will default to \"gzip.\" Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
+ # 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.
attr_accessor :gzip_level
- # The codec used for compression of your logs. Valid values are `zstd`, `snappy`, and `gzip`. If the specified codec is \"gzip\", `gzip_level` will default to 3. To specify a different level, leave `compression_codec` blank and explicitly set the level using `gzip_level`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
+ # 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.
attr_accessor :compression_codec
class EnumAttributeValidator
attr_reader :datatype
attr_reader :allowable_values