Class: Google::Cloud::Compute::V1::HealthCheckReference

Inherits:
Object
  • Object
show all
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

Returns:

  • (::String)


8885
8886
8887
8888
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8885

class HealthCheckReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end