Compute V1 Client - Class NetworkFirewallPolicyEnforcementOrder (2.0.0)

Reference documentation and code samples for the Compute V1 Client class NetworkFirewallPolicyEnforcementOrder.

The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.

Protobuf type google.cloud.compute.v1.Network.NetworkFirewallPolicyEnforcementOrder

Namespace

Google \ Cloud \ Compute \ V1 \ Network

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER = 0;

AFTER_CLASSIC_FIREWALL

Value: 154582608

Generated from protobuf enum AFTER_CLASSIC_FIREWALL = 154582608;

BEFORE_CLASSIC_FIREWALL

Value: 338458349

Generated from protobuf enum BEFORE_CLASSIC_FIREWALL = 338458349;