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.



6887
6888
6889
# File 'lib/google/apis/compute_alpha/classes.rb', line 6887

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



6885
6886
6887
# File 'lib/google/apis/compute_alpha/classes.rb', line 6885

def security_policies
  @security_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6892
6893
6894
# File 'lib/google/apis/compute_alpha/classes.rb', line 6892

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