Class: Google::Cloud::Compute::V1::HealthCheckReference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HealthCheckReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A full or valid partial URL to a health check. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check - projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
Instance Attribute Summary collapse
Instance Attribute Details
#health_check ⇒ ::String
11227 11228 11229 11230 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11227 class HealthCheckReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |