Network Management v1 API - Enum VpcFlowLogsConfig.Types.State (2.13.0)

public enum VpcFlowLogsConfig.Types.State

Reference documentation and code samples for the Network Management v1 API enum VpcFlowLogsConfig.Types.State.

Determines whether this configuration will be generating logs. Setting state=DISABLED will pause the log generation for this config.

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

Name Description
Disabled

When DISABLED, this configuration will not generate logs.

Enabled

When ENABLED, this configuration will generate logs.

Unspecified

If not specified, will default to ENABLED.