File tree Expand file tree Collapse file tree
google/cloud/networkmanagement Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,6 +351,12 @@ message FirewallInfo {
351351 // policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
352352 NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6 ;
353353
354+ // Firewall policy rule containing attributes not yet supported in
355+ // Connectivity tests. Firewall analysis is skipped if such a rule can
356+ // potentially be matched. Please see the [list of unsupported
357+ // configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).
358+ UNSUPPORTED_FIREWALL_POLICY_RULE = 100 ;
359+
354360 // Tracking state for response traffic created when request traffic goes
355361 // through allow firewall rule.
356362 // For details, see [firewall rules
Original file line number Diff line number Diff line change @@ -355,6 +355,12 @@ message FirewallInfo {
355355 // policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
356356 NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6 ;
357357
358+ // Firewall policy rule containing attributes not yet supported in
359+ // Connectivity tests. Firewall analysis is skipped if such a rule can
360+ // potentially be matched. Please see the [list of unsupported
361+ // configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).
362+ UNSUPPORTED_FIREWALL_POLICY_RULE = 100 ;
363+
358364 // Tracking state for response traffic created when request traffic goes
359365 // through allow firewall rule.
360366 // For details, see [firewall rules
You can’t perform that action at this time.
0 commit comments