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
Methods
__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.
Generated from protobuf field optional bool enable = 311764355;
Returns | |
---|---|
Type | Description |
bool |
hasEnable
clearEnable
setEnable
This field denotes whether to enable logging for a particular firewall rule.
Generated from protobuf field optional bool enable = 311764355;
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.
Generated from protobuf field optional string metadata = 86866735;
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.
Generated from protobuf field optional string metadata = 86866735;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |