Reference documentation and code samples for the Compute V1 Client class HealthCheckReference.
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
Generated from protobuf message google.cloud.compute.v1.HealthCheckReference
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ health_check |
string
|
getHealthCheck
Generated from protobuf field optional string health_check = 308876645;
Returns | |
---|---|
Type | Description |
string |
hasHealthCheck
clearHealthCheck
setHealthCheck
Generated from protobuf field optional string health_check = 308876645;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |