class Google::Apis::ComputeBeta::InstancesGetEffectiveFirewallsResponse
Attributes
firewall_policys[RW]
Effective firewalls from firewall policies. Corresponds to the JSON property `firewallPolicys` @return [Array<Google::Apis::ComputeBeta::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
firewalls[RW]
Effective firewalls on the instance. 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::InstancesGetEffectiveFirewallsResponseOrganizationFirewallPolicy>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 15696 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 15701 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