Google Cloud Network Management V1 Client - Class FirewallRuleType (1.0.5)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class FirewallRuleType.

The firewall rule's type.

Protobuf type google.cloud.networkmanagement.v1.FirewallInfo.FirewallRuleType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FIREWALL_RULE_TYPE_UNSPECIFIED

Value: 0

Unspecified type.

Generated from protobuf enum FIREWALL_RULE_TYPE_UNSPECIFIED = 0;

HIERARCHICAL_FIREWALL_POLICY_RULE

Value: 1

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

Generated from protobuf enum HIERARCHICAL_FIREWALL_POLICY_RULE = 1;

VPC_FIREWALL_RULE

Value: 2

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

Generated from protobuf enum VPC_FIREWALL_RULE = 2;

IMPLIED_VPC_FIREWALL_RULE

Value: 3

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

Generated from protobuf enum IMPLIED_VPC_FIREWALL_RULE = 3;