Class: Google::Apis::ComputeBeta::FirewallPoliciesListAssociationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::FirewallPoliciesListAssociationsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#associations ⇒ Array<Google::Apis::ComputeBeta::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.
8777 8778 8779 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8777 def initialize(**args) update!(**args) end |
Instance Attribute Details
#associations ⇒ Array<Google::Apis::ComputeBeta::FirewallPolicyAssociation>
A list of associations.
Corresponds to the JSON property associations
8769 8770 8771 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8769 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
8775 8776 8777 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8775 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8782 8783 8784 8785 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8782 def update!(**args) @associations = args[:associations] if args.key?(:associations) @kind = args[:kind] if args.key?(:kind) end |