Skip to main content

GoogleCloudNetworkSubnetworkLogConfiguration

No description

type GoogleCloudNetworkSubnetworkLogConfiguration {
aggregationInterval: GoogleCloudNetworkSubnetworkLogAggregationInterval!
enable: Boolean!
filterExpression: String!
flowSampling: Float64!
metadata: GoogleCloudNetworkSubnetworkLogMetadata!
metadataFields: [String!]!
}

Fields

GoogleCloudNetworkSubnetworkLogConfiguration.aggregationInterval ● GoogleCloudNetworkSubnetworkLogAggregationInterval! non-null enum

The aggregation interval for collecting flow logs

GoogleCloudNetworkSubnetworkLogConfiguration.enable ● Boolean! non-null scalar

Whether to enable flow logging for this subnetwork

GoogleCloudNetworkSubnetworkLogConfiguration.filterExpression ● String! non-null scalar

The filter expression is used to define which VPC flow logs should be exported to Cloud Logging

GoogleCloudNetworkSubnetworkLogConfiguration.flowSampling ● Float64! non-null scalar

The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported

GoogleCloudNetworkSubnetworkLogConfiguration.metadata ● GoogleCloudNetworkSubnetworkLogMetadata! non-null enum

The export options for flow logs

GoogleCloudNetworkSubnetworkLogConfiguration.metadataFields ● [String!]! non-null scalar

The metadata MetadataFields

Member of

GoogleCloudNetworkSubnetwork object