public static class ComputeEnumConstants.RouterNatLogConfig.FilterReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.RouterNatLogConfig.Filter.
Constants for wire representations of the RouterNatLogConfig.Types.Filter enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
All
public const string All = "ALL"Wire representation of All.
| Field Value | |
|---|---|
| Type | Description |
string |
|
ErrorsOnly
public const string ErrorsOnly = "ERRORS_ONLY"Wire representation of ErrorsOnly.
| Field Value | |
|---|---|
| Type | Description |
string |
|
TranslationsOnly
public const string TranslationsOnly = "TRANSLATIONS_ONLY"Wire representation of TranslationsOnly.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedFilter
public const string UndefinedFilter = "UNDEFINED_FILTER"Wire representation of UndefinedFilter.
| Field Value | |
|---|---|
| Type | Description |
string |
|