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

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

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

Constants

AGGREGATION_INTERVAL_UNSPECIFIED

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

INTERVAL_5_SEC

value: 1
Aggregate logs in 5s intervals.

INTERVAL_30_SEC

value: 2
Aggregate logs in 30s intervals.

INTERVAL_1_MIN

value: 3
Aggregate logs in 1m intervals.

INTERVAL_5_MIN

value: 4
Aggregate logs in 5m intervals.

INTERVAL_10_MIN

value: 5
Aggregate logs in 10m intervals.

INTERVAL_15_MIN

value: 6
Aggregate logs in 15m intervals.