Module: Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig::State

Defined in:
proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs_config.rb

Overview

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

Constant Summary collapse

STATE_UNSPECIFIED =

If not specified, will default to ENABLED.

0
ENABLED =

When ENABLED, this configuration will generate logs.

1
DISABLED =

When DISABLED, this configuration will not generate logs.

2