public interface RouterNatLogConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnable()
Indicates whether or not to export logs.
|
String |
getFilter()
Specify the desired filtering of logs on this NAT.
|
com.google.protobuf.ByteString |
getFilterBytes()
Specify the desired filtering of logs on this NAT.
|
boolean |
hasEnable()
Indicates whether or not to export logs.
|
boolean |
hasFilter()
Specify the desired filtering of logs on this NAT.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnable()
Indicates whether or not to export logs. This is false by default.
optional bool enable = 311764355;boolean getEnable()
Indicates whether or not to export logs. This is false by default.
optional bool enable = 311764355;boolean hasFilter()
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. Check the Filter enum for the list of possible values.
optional string filter = 336120696;String getFilter()
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. Check the Filter enum for the list of possible values.
optional string filter = 336120696;com.google.protobuf.ByteString getFilterBytes()
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. Check the Filter enum for the list of possible values.
optional string filter = 336120696;Copyright © 2023 Google LLC. All rights reserved.