filter property

String? filter
getter/setter pair

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. Possible string values are:

  • "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.

Implementation

core.String? filter;