lib/fastly/models/logging_ftp_response.rb in fastly-4.0.0.alpha4 vs lib/fastly/models/logging_ftp_response.rb in fastly-4.0.0

- old
+ new

@@ -17,11 +17,11 @@ attr_accessor :name # 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`. attr_accessor :placement - # 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`. + # 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`. attr_accessor :format_version # The name of an existing condition in the configured endpoint, or leave blank to always execute. attr_accessor :response_condition @@ -35,14 +35,14 @@ 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 # An hostname or IPv4 address. attr_accessor :address @@ -173,11 +173,9 @@ :'timestamp_format', :'public_key', :'created_at', :'deleted_at', :'updated_at', - :'service_id', - :'version' ]) end # List of class defined in allOf (OpenAPI v3) def self.fastly_all_of