Class Filter (1.19.0)

Filter(value)

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.

Enums

Name Description
UNDEFINED_FILTER A value indicating that the enum field is not set.
ALL Export logs for all (successful and unsuccessful) connections.
ERRORS_ONLY Export logs for connection failures only.
TRANSLATIONS_ONLY Export logs for successful connections only.