Class: Google::Apis::ComputeV1::HealthChecksScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::HealthChecksScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#health_checks ⇒ Array<Google::Apis::ComputeV1::HealthCheck>
A list of HealthChecks contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::HealthChecksScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HealthChecksScopedList
constructor
A new instance of HealthChecksScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HealthChecksScopedList
Returns a new instance of HealthChecksScopedList.
8895 8896 8897 |
# File 'generated/google/apis/compute_v1/classes.rb', line 8895 def initialize(**args) update!(**args) end |
Instance Attribute Details
#health_checks ⇒ Array<Google::Apis::ComputeV1::HealthCheck>
A list of HealthChecks contained in this scope.
Corresponds to the JSON property healthChecks
8887 8888 8889 |
# File 'generated/google/apis/compute_v1/classes.rb', line 8887 def health_checks @health_checks end |
#warning ⇒ Google::Apis::ComputeV1::HealthChecksScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
8893 8894 8895 |
# File 'generated/google/apis/compute_v1/classes.rb', line 8893 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8900 8901 8902 8903 |
# File 'generated/google/apis/compute_v1/classes.rb', line 8900 def update!(**args) @health_checks = args[:health_checks] if args.key?(:health_checks) @warning = args[:warning] if args.key?(:warning) end |