Class: Google::Apis::ComputeV1::FirewallLogConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::FirewallLogConfig
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Overview
The available logging options for a firewall rule.
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
(also: #enable?)
This field denotes whether to enable logging for a particular firewall rule.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FirewallLogConfig
constructor
A new instance of FirewallLogConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ FirewallLogConfig
Returns a new instance of FirewallLogConfig
5185 5186 5187 |
# File 'generated/google/apis/compute_v1/classes.rb', line 5185 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable ⇒ Boolean Also known as: enable?
This field denotes whether to enable logging for a particular firewall rule.
Corresponds to the JSON property enable
5182 5183 5184 |
# File 'generated/google/apis/compute_v1/classes.rb', line 5182 def enable @enable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5190 5191 5192 |
# File 'generated/google/apis/compute_v1/classes.rb', line 5190 def update!(**args) @enable = args[:enable] if args.key?(:enable) end |