class Google::Apis::ComputeV1::SslPoliciesScopedList
Attributes
ssl_policies[RW]
A list of SslPolicies contained in this scope. Corresponds to the JSON property `sslPolicies` @return [Array<Google::Apis::ComputeV1::SslPolicy>]
warning[RW]
Informational warning which replaces the list of SSL policies when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::SslPoliciesScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 35058 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 35063 def update!(**args) @ssl_policies = args[:ssl_policies] if args.key?(:ssl_policies) @warning = args[:warning] if args.key?(:warning) end