class Google::Apis::ComputeV1::FirewallPoliciesListAssociationsResponse

Attributes

associations[RW]

A list of associations. Corresponds to the JSON property `associations` @return [Array<Google::Apis::ComputeV1::FirewallPolicyAssociation>]

kind[RW]
Output Only

Type of firewallPolicy associations. Always compute#

FirewallPoliciesListAssociations for lists of firewallPolicy associations. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 7961
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 7966
def update!(**args)
  @associations = args[:associations] if args.key?(:associations)
  @kind = args[:kind] if args.key?(:kind)
end