Class: Google::Apis::ComputeAlpha::BackendServicesGetEffectiveSecurityPoliciesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BackendServicesGetEffectiveSecurityPoliciesResponse

Returns a new instance of BackendServicesGetEffectiveSecurityPoliciesResponse.



6141
6142
6143
# File 'lib/google/apis/compute_alpha/classes.rb', line 6141

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#security_policiesArray<Google::Apis::ComputeAlpha::SecurityPolicy>

Effective security policies for the backend service. Corresponds to the JSON property securityPolicies



6139
6140
6141
# File 'lib/google/apis/compute_alpha/classes.rb', line 6139

def security_policies
  @security_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6146
6147
6148
# File 'lib/google/apis/compute_alpha/classes.rb', line 6146

def update!(**args)
  @security_policies = args[:security_policies] if args.key?(:security_policies)
end