Class: Google::Cloud::Compute::V1::HealthChecksScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HealthChecksScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#health_checks ⇒ ::Array<::Google::Cloud::Compute::V1::HealthCheck>
A list of HealthChecks contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Attribute Details
#health_checks ⇒ ::Array<::Google::Cloud::Compute::V1::HealthCheck>
Returns A list of HealthChecks contained in this scope.
11359 11360 11361 11362 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11359 class HealthChecksScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of backend services when the list is empty.
11359 11360 11361 11362 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11359 class HealthChecksScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |