public enum VpcFlowLogsConfig.AggregationInterval extends Enum<VpcFlowLogsConfig.AggregationInterval> implements ProtocolMessageEnum
Toggles the aggregation interval for collecting flow logs by 5-tuple.
Protobuf enum
google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig.AggregationInterval
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AGGREGATION_INTERVAL_UNSPECIFIED |
If not specified, will default to INTERVAL_5_SEC. |
AGGREGATION_INTERVAL_UNSPECIFIED_VALUE |
If not specified, will default to INTERVAL_5_SEC. |
INTERVAL_10_MIN |
Aggregate logs in 10m intervals. |
INTERVAL_10_MIN_VALUE |
Aggregate logs in 10m intervals. |
INTERVAL_15_MIN |
Aggregate logs in 15m intervals. |
INTERVAL_15_MIN_VALUE |
Aggregate logs in 15m intervals. |
INTERVAL_1_MIN |
Aggregate logs in 1m intervals. |
INTERVAL_1_MIN_VALUE |
Aggregate logs in 1m intervals. |
INTERVAL_30_SEC |
Aggregate logs in 30s intervals. |
INTERVAL_30_SEC_VALUE |
Aggregate logs in 30s intervals. |
INTERVAL_5_MIN |
Aggregate logs in 5m intervals. |
INTERVAL_5_MIN_VALUE |
Aggregate logs in 5m intervals. |
INTERVAL_5_SEC |
Aggregate logs in 5s intervals. |
INTERVAL_5_SEC_VALUE |
Aggregate logs in 5s intervals. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |