class Google::Apis::ComputeBeta::NetworksGetEffectiveFirewallsResponse

Attributes

firewall_policys[RW]

Effective firewalls from firewall policy. Corresponds to the JSON property `firewallPolicys` @return [Array<Google::Apis::ComputeBeta::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]

firewalls[RW]

Effective firewalls on the network. Corresponds to the JSON property `firewalls` @return [Array<Google::Apis::ComputeBeta::Firewall>]

organization_firewalls[RW]

Effective firewalls from organization policies. Corresponds to the JSON property `organizationFirewalls` @return [Array<Google::Apis::ComputeBeta::NetworksGetEffectiveFirewallsResponseOrganizationFirewallPolicy>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 20920
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_beta/classes.rb, line 20925
def update!(**args)
  @firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys)
  @firewalls = args[:firewalls] if args.key?(:firewalls)
  @organization_firewalls = args[:organization_firewalls] if args.key?(:organization_firewalls)
end