Network Management V1 API - Module Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig::State (v1.5.0)

Reference documentation and code samples for the Network Management V1 API module Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig::State.

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

Constants

STATE_UNSPECIFIED

value: 0
If not specified, will default to ENABLED.

ENABLED

value: 1
When ENABLED, this configuration will generate logs.

DISABLED

value: 2
When DISABLED, this configuration will not generate logs.