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: 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;
UNSUPPORTED_FIREWALL_POLICY_RULE
Value: 100
Firewall policy rule containing attributes not yet supported in Connectivity tests. Firewall analysis is skipped if such a rule can potentially be matched. Please see the list of unsupported configurations.
Generated from protobuf enum UNSUPPORTED_FIREWALL_POLICY_RULE = 100;
TRACKING_STATE
Value: 101
Tracking state for response traffic created when request traffic goes through allow firewall rule.
For details, see firewall rules specifications
Generated from protobuf enum TRACKING_STATE = 101;