Compute Engine v1 API - Enum RouterNatLogConfig.Types.Filter (2.16.0)

public enum RouterNatLogConfig.Types.Filter

Reference documentation and code samples for the Compute Engine v1 API enum RouterNatLogConfig.Types.Filter.

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
All

Export logs for all (successful and unsuccessful) connections.

ErrorsOnly

Export logs for connection failures only.

TranslationsOnly

Export logs for successful connections only.

UndefinedFilter

A value indicating that the enum field is not set.