Class: Google::Apis::ComputeAlpha::BackendServicesGetEffectiveSecurityPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BackendServicesGetEffectiveSecurityPoliciesResponse
- 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
-
#security_policies ⇒ Array<Google::Apis::ComputeAlpha::SecurityPolicy>
Effective security policies for the backend service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendServicesGetEffectiveSecurityPoliciesResponse
constructor
A new instance of BackendServicesGetEffectiveSecurityPoliciesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendServicesGetEffectiveSecurityPoliciesResponse
Returns a new instance of BackendServicesGetEffectiveSecurityPoliciesResponse.
5568 5569 5570 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5568 def initialize(**args) update!(**args) end |
Instance Attribute Details
#security_policies ⇒ Array<Google::Apis::ComputeAlpha::SecurityPolicy>
Effective security policies for the backend service.
Corresponds to the JSON property securityPolicies
5566 5567 5568 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5566 def security_policies @security_policies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5573 5574 5575 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5573 def update!(**args) @security_policies = args[:security_policies] if args.key?(:security_policies) end |