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 \ FirewallInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FIREWALL_RULE_TYPE_UNSPECIFIED
Value: 0Unspecified type.
Generated from protobuf enum FIREWALL_RULE_TYPE_UNSPECIFIED = 0;
HIERARCHICAL_FIREWALL_POLICY_RULE
Value: 1Hierarchical firewall policy rule. For details, see Hierarchical firewall policies overview.
Generated from protobuf enum HIERARCHICAL_FIREWALL_POLICY_RULE = 1;
VPC_FIREWALL_RULE
Value: 2VPC firewall rule. For details, see VPC firewall rules overview.
Generated from protobuf enum VPC_FIREWALL_RULE = 2;
IMPLIED_VPC_FIREWALL_RULE
Value: 3Implied VPC firewall rule. For details, see Implied rules.
Generated from protobuf enum IMPLIED_VPC_FIREWALL_RULE = 3;
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE
Value: 4Implicit 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: 5Global 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: 6Regional network firewall policy rule.
For details, see Regional network firewall policies.
Generated from protobuf enum NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;