class Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponse
Attributes
firewall_policys[RW]
Effective firewalls from firewall policy. Corresponds to the JSON property `firewallPolicys` @return [Array<Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
firewalls[RW]
Effective firewalls on the network. Corresponds to the JSON property `firewalls` @return [Array<Google::Apis::ComputeV1::Firewall>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 21245 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 21250 def update!(**args) @firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys) @firewalls = args[:firewalls] if args.key?(:firewalls) end