Class: Google::Apis::ComputeBeta::BackendServicesGetEffectiveSecurityPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::BackendServicesGetEffectiveSecurityPoliciesResponse
- 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
-
#security_policies ⇒ Array<Google::Apis::ComputeBeta::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.
5077 5078 5079 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5077 def initialize(**args) update!(**args) end |
Instance Attribute Details
#security_policies ⇒ Array<Google::Apis::ComputeBeta::SecurityPolicy>
Effective security policies for the backend service.
Corresponds to the JSON property securityPolicies
5075 5076 5077 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5075 def security_policies @security_policies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5082 5083 5084 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5082 def update!(**args) @security_policies = args[:security_policies] if args.key?(:security_policies) end |