Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.RouterNatLogConfig.Filter
Namespace
Google \ Cloud \ Compute \ V1 \ RouterNatLogConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_FILTER
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_FILTER = 0;
ALL
Value: 64897
Export logs for all (successful and unsuccessful) connections.
Generated from protobuf enum ALL = 64897;
ERRORS_ONLY
Value: 307484672
Export logs for connection failures only.
Generated from protobuf enum ERRORS_ONLY = 307484672;
TRANSLATIONS_ONLY
Value: 357212649
Export logs for successful connections only.
Generated from protobuf enum TRANSLATIONS_ONLY = 357212649;