Class: Google::Apis::ComputeAlpha::SslPoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SslPoliciesScopedList
- 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
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#ssl_policies ⇒ Array<Google::Apis::ComputeAlpha::SslPolicy>
A list of SslPolicies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::SslPoliciesScopedList::Warning
Informational warning which replaces the list of SSL policies when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SslPoliciesScopedList
constructor
A new instance of SslPoliciesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SslPoliciesScopedList
Returns a new instance of SslPoliciesScopedList.
48381 48382 48383 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48381 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ssl_policies ⇒ Array<Google::Apis::ComputeAlpha::SslPolicy>
A list of SslPolicies contained in this scope.
Corresponds to the JSON property sslPolicies
48373 48374 48375 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48373 def ssl_policies @ssl_policies end |
#warning ⇒ Google::Apis::ComputeAlpha::SslPoliciesScopedList::Warning
Informational warning which replaces the list of SSL policies when the list is
empty.
Corresponds to the JSON property warning
48379 48380 48381 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48379 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48386 48387 48388 48389 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48386 def update!(**args) @ssl_policies = args[:ssl_policies] if args.key?(:ssl_policies) @warning = args[:warning] if args.key?(:warning) end |