docs/LoggingSyslogApi.md in fastly-8.4.0 vs docs/LoggingSyslogApi.md in fastly-8.5.0

- old
+ new

@@ -48,11 +48,11 @@ port: 56, # Integer | The port number. message_type: Fastly::LoggingMessageType::CLASSIC, # LoggingMessageType | hostname: 'hostname_example', # String | The hostname used for the syslog endpoint. ipv4: 'ipv4_example', # String | The IPv4 address used for the syslog endpoint. token: 'token_example', # String | Whether to prepend each message with a specific token. - use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls | + use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString | } begin # Create a syslog log endpoint result = api_instance.create_log_syslog(opts) @@ -81,11 +81,11 @@ | **port** | **Integer** | The port number. | [optional][default to 514] | | **message_type** | [**LoggingMessageType**](LoggingMessageType.md) | | [optional][default to 'classic'] | | **hostname** | **String** | The hostname used for the syslog endpoint. | [optional] | | **ipv4** | **String** | The IPv4 address used for the syslog endpoint. | [optional] | | **token** | **String** | Whether to prepend each message with a specific token. | [optional][default to 'null'] | -| **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] | +| **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] | ### Return type [**LoggingSyslogResponse**](LoggingSyslogResponse.md) @@ -241,11 +241,11 @@ port: 56, # Integer | The port number. message_type: Fastly::LoggingMessageType::CLASSIC, # LoggingMessageType | hostname: 'hostname_example', # String | The hostname used for the syslog endpoint. ipv4: 'ipv4_example', # String | The IPv4 address used for the syslog endpoint. token: 'token_example', # String | Whether to prepend each message with a specific token. - use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls | + use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString | } begin # Update a syslog log endpoint result = api_instance.update_log_syslog(opts) @@ -275,10 +275,10 @@ | **port** | **Integer** | The port number. | [optional][default to 514] | | **message_type** | [**LoggingMessageType**](LoggingMessageType.md) | | [optional][default to 'classic'] | | **hostname** | **String** | The hostname used for the syslog endpoint. | [optional] | | **ipv4** | **String** | The IPv4 address used for the syslog endpoint. | [optional] | | **token** | **String** | Whether to prepend each message with a specific token. | [optional][default to 'null'] | -| **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] | +| **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] | ### Return type [**LoggingSyslogResponse**](LoggingSyslogResponse.md)