Class: Google::Apis::ComputeAlpha::HealthCheckServicesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::HealthCheckServicesScopedList
- 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
-
#resources ⇒ Array<Google::Apis::ComputeAlpha::HealthCheckService>
A list of HealthCheckServices contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::HealthCheckServicesScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HealthCheckServicesScopedList
constructor
A new instance of HealthCheckServicesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HealthCheckServicesScopedList
Returns a new instance of HealthCheckServicesScopedList.
13530 13531 13532 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13530 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resources ⇒ Array<Google::Apis::ComputeAlpha::HealthCheckService>
A list of HealthCheckServices contained in this scope.
Corresponds to the JSON property resources
13522 13523 13524 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13522 def resources @resources end |
#warning ⇒ Google::Apis::ComputeAlpha::HealthCheckServicesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
13528 13529 13530 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13528 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13535 13536 13537 13538 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13535 def update!(**args) @resources = args[:resources] if args.key?(:resources) @warning = args[:warning] if args.key?(:warning) end |