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

public enum VpcFlowLogsConfig.Types.AggregationInterval

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

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

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

Name Description
Interval10Min

Aggregate logs in 10m intervals.

Interval15Min

Aggregate logs in 15m intervals.

Interval1Min

Aggregate logs in 1m intervals.

Interval30Sec

Aggregate logs in 30s intervals.

Interval5Min

Aggregate logs in 5m intervals.

Interval5Sec

Aggregate logs in 5s intervals.

Unspecified

If not specified, will default to INTERVAL_5_SEC.