Class: Google::Apis::ComputeAlpha::FirewallPoliciesListAssociationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::FirewallPoliciesListAssociationsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#associations ⇒ Array<Google::Apis::ComputeAlpha::FirewallPolicyAssociation>
A list of associations.
-
#kind ⇒ String
[Output Only] Type of firewallPolicy associations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FirewallPoliciesListAssociationsResponse
constructor
A new instance of FirewallPoliciesListAssociationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FirewallPoliciesListAssociationsResponse
Returns a new instance of FirewallPoliciesListAssociationsResponse.
9855 9856 9857 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 9855 def initialize(**args) update!(**args) end |
Instance Attribute Details
#associations ⇒ Array<Google::Apis::ComputeAlpha::FirewallPolicyAssociation>
A list of associations.
Corresponds to the JSON property associations
9847 9848 9849 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 9847 def associations @associations end |
#kind ⇒ String
[Output Only] Type of firewallPolicy associations. Always compute#
FirewallPoliciesListAssociations for lists of firewallPolicy associations.
Corresponds to the JSON property kind
9853 9854 9855 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 9853 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9860 9861 9862 9863 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 9860 def update!(**args) @associations = args[:associations] if args.key?(:associations) @kind = args[:kind] if args.key?(:kind) end |