lib/fastly/api/logging_logentries_api.rb in fastly-8.4.0 vs lib/fastly/api/logging_logentries_api.rb in fastly-8.5.0
- old
+ new
@@ -26,11 +26,11 @@
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
# @option opts [String] :token Use token based authentication.
- # @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
+ # @option opts [LoggingUseTlsString] :use_tls (default to '0')
# @option opts [String] :region The region to which to stream logs.
# @return [LoggingLogentriesResponse]
def create_log_logentries(opts = {})
data, _status_code, _headers = create_log_logentries_with_http_info(opts)
data
@@ -45,11 +45,11 @@
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
# @option opts [String] :token Use token based authentication.
- # @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
+ # @option opts [LoggingUseTlsString] :use_tls (default to '0')
# @option opts [String] :region The region to which to stream logs.
# @return [Array<(LoggingLogentriesResponse, Integer, Hash)>] LoggingLogentriesResponse data, response status code and response headers
def create_log_logentries_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: LoggingLogentriesApi.create_log_logentries ...'
@@ -365,11 +365,11 @@
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
# @option opts [String] :token Use token based authentication.
- # @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
+ # @option opts [LoggingUseTlsString] :use_tls (default to '0')
# @option opts [String] :region The region to which to stream logs.
# @return [LoggingLogentriesResponse]
def update_log_logentries(opts = {})
data, _status_code, _headers = update_log_logentries_with_http_info(opts)
data
@@ -385,10 +385,10 @@
# @option opts [String] :response_condition The name of an existing condition in the configured endpoint, or leave blank to always execute.
# @option opts [String] :format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (default to '%h %l %u %t \"%r\" %>s %b')
# @option opts [Integer] :format_version 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`. (default to FORMAT_VERSION::v2)
# @option opts [Integer] :port The port number. (default to 20000)
# @option opts [String] :token Use token based authentication.
- # @option opts [LoggingUseTls] :use_tls (default to LoggingUseTls::no_tls)
+ # @option opts [LoggingUseTlsString] :use_tls (default to '0')
# @option opts [String] :region The region to which to stream logs.
# @return [Array<(LoggingLogentriesResponse, Integer, Hash)>] LoggingLogentriesResponse data, response status code and response headers
def update_log_logentries_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: LoggingLogentriesApi.update_log_logentries ...'