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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
hasEnable
clearEnable
setEnable
This field denotes whether to enable logging for a particular firewall rule.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |