RouterNatLogConfig

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

Constructors

Link copied to clipboard
constructor(enable: Boolean, filter: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether or not to export logs.

Link copied to clipboard

Specifies the desired filtering of logs on this NAT. Possible values are: ERRORS_ONLY, TRANSLATIONS_ONLY, ALL.