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

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

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ FirewallInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::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;

SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE

Value: 4

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.

Generated from protobuf enum SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE = 4;

NETWORK_FIREWALL_POLICY_RULE

Value: 5

Global network firewall policy rule.

For details, see Network firewall policies.

Generated from protobuf enum NETWORK_FIREWALL_POLICY_RULE = 5;

NETWORK_REGIONAL_FIREWALL_POLICY_RULE

Value: 6

Regional network firewall policy rule.

For details, see Regional network firewall policies.

Generated from protobuf enum NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;