Compute V1 Client - Class FirewallLogConfig (1.14.0)

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

The available logging options for a firewall rule.

Generated from protobuf message google.cloud.compute.v1.FirewallLogConfig

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable bool

This field denotes whether to enable logging for a particular firewall rule.

↳ metadata string

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs. Check the Metadata enum for the list of possible values.

getEnable

This field denotes whether to enable logging for a particular firewall rule.

Returns
TypeDescription
bool

hasEnable

clearEnable

setEnable

This field denotes whether to enable logging for a particular firewall rule.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getMetadata

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.

Check the Metadata enum for the list of possible values.

Returns
TypeDescription
string

hasMetadata

clearMetadata

setMetadata

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.

Check the Metadata enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this