Module: Google::Cloud::NetworkManagement::V1::EffectiveVpcFlowLogsConfig::Scope
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs_config.rb
Overview
The scope for this flow log configuration.
Constant Summary collapse
- SCOPE_UNSPECIFIED =
Scope is unspecified.
0- SUBNET =
Target resource is a subnet (Network Management API).
1- COMPUTE_API_SUBNET =
Target resource is a subnet, and the config originates from the Compute API.
2- NETWORK =
Target resource is a network.
3- VPN_TUNNEL =
Target resource is a VPN tunnel.
4- INTERCONNECT_ATTACHMENT =
Target resource is an interconnect attachment.
5- ORGANIZATION =
Configuration applies to an entire organization.
6