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.



5567
5568
5569
# File 'lib/google/apis/compute_alpha/classes.rb', line 5567

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



5565
5566
5567
# File 'lib/google/apis/compute_alpha/classes.rb', line 5565

def security_policies
  @security_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5572
5573
5574
# File 'lib/google/apis/compute_alpha/classes.rb', line 5572

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