RouterNatLogConfigResponse

data class RouterNatLogConfigResponse(val enable: Boolean, val filter: String)

Configuration of logging on a NAT.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether or not to export logs. This is false by default.

Link copied to clipboard

Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.