Reference documentation and code samples for the Compute V1 Client class AllowFirewallPolicy.
Specifies whether firewall policy can be attached to the network.
Protobuf type google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowFirewallPolicy
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkProfileNetworkFeaturesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_ALLOW_FIREWALL_POLICY
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ALLOW_FIREWALL_POLICY = 0;
FIREWALL_POLICY_ALLOWED
Value: 388488346Generated from protobuf enum FIREWALL_POLICY_ALLOWED = 388488346;
FIREWALL_POLICY_BLOCKED
Value: 204651742Generated from protobuf enum FIREWALL_POLICY_BLOCKED = 204651742;