Class: Google::Apis::ComputeBeta::BackendServicesGetEffectiveSecurityPoliciesResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BackendServicesGetEffectiveSecurityPoliciesResponse

Returns a new instance of BackendServicesGetEffectiveSecurityPoliciesResponse.



6539
6540
6541
# File 'lib/google/apis/compute_beta/classes.rb', line 6539

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

Instance Attribute Details

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

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



6537
6538
6539
# File 'lib/google/apis/compute_beta/classes.rb', line 6537

def security_policies
  @security_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6544
6545
6546
# File 'lib/google/apis/compute_beta/classes.rb', line 6544

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