Module: Google::Cloud::NetworkManagement::V1::FirewallInfo::FirewallRuleType

Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

The firewall rule's type.

Constant Summary collapse

FIREWALL_RULE_TYPE_UNSPECIFIED =

Unspecified type.

0
HIERARCHICAL_FIREWALL_POLICY_RULE =

Hierarchical firewall policy rule. For details, see Hierarchical firewall policies overview.

1
VPC_FIREWALL_RULE =

VPC firewall rule. For details, see VPC firewall rules overview.

2
IMPLIED_VPC_FIREWALL_RULE =

Implied VPC firewall rule. For details, see Implied rules.

3
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE =

Implicit firewall rules that are managed by serverless VPC access to allow ingress access. They are not visible in the Google Cloud console. For details, see VPC connector's implicit rules.

4
NETWORK_FIREWALL_POLICY_RULE =

Global network firewall policy rule. For details, see Network firewall policies.

5
NETWORK_REGIONAL_FIREWALL_POLICY_RULE =

Regional network firewall policy rule. For details, see Regional network firewall policies.

6