Module: Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig::AggregationInterval

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

Overview

Toggles the aggregation interval for collecting flow logs by 5-tuple.

Constant Summary collapse

AGGREGATION_INTERVAL_UNSPECIFIED =

If not specified, will default to INTERVAL_5_SEC.

0
INTERVAL_5_SEC =

Aggregate logs in 5s intervals.

1
INTERVAL_30_SEC =

Aggregate logs in 30s intervals.

2
INTERVAL_1_MIN =

Aggregate logs in 1m intervals.

3
INTERVAL_5_MIN =

Aggregate logs in 5m intervals.

4
INTERVAL_10_MIN =

Aggregate logs in 10m intervals.

5
INTERVAL_15_MIN =

Aggregate logs in 15m intervals.

6