Class: Google::Apis::ComputeV1::FirewallPoliciesListAssociationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::FirewallPoliciesListAssociationsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#associations ⇒ Array<Google::Apis::ComputeV1::FirewallPolicyAssociation>
A list of associations.
-
#kind ⇒ String
Output only.
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.
12737 12738 12739 |
# File 'lib/google/apis/compute_v1/classes.rb', line 12737 def initialize(**args) update!(**args) end |
Instance Attribute Details
#associations ⇒ Array<Google::Apis::ComputeV1::FirewallPolicyAssociation>
A list of associations.
Corresponds to the JSON property associations
12728 12729 12730 |
# File 'lib/google/apis/compute_v1/classes.rb', line 12728 def associations @associations end |
#kind ⇒ String
Output only. [Output Only] Type of firewallPolicy associations. Alwayscompute#
FirewallPoliciesListAssociations for lists of
firewallPolicy associations.
Corresponds to the JSON property kind
12735 12736 12737 |
# File 'lib/google/apis/compute_v1/classes.rb', line 12735 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12742 12743 12744 12745 |
# File 'lib/google/apis/compute_v1/classes.rb', line 12742 def update!(**args) @associations = args[:associations] if args.key?(:associations) @kind = args[:kind] if args.key?(:kind) end |