Class: Google::Cloud::Compute::V1::TargetPoolsAddHealthCheckRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetPoolsAddHealthCheckRequest
- 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::HealthCheckReference>
The HttpHealthCheck to add to the target pool.
Instance Attribute Details
#health_checks ⇒ ::Array<::Google::Cloud::Compute::V1::HealthCheckReference>
Returns The HttpHealthCheck to add to the target pool.
33757 33758 33759 33760 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33757 class TargetPoolsAddHealthCheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |