class Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse

Attributes

firewall_policys[RW]

Effective firewalls from firewall policies. Corresponds to the JSON property `firewallPolicys` @return [Array<Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]

firewalls[RW]

Effective firewalls on the instance. 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 15925
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 15930
def update!(**args)
  @firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys)
  @firewalls = args[:firewalls] if args.key?(:firewalls)
end