Reference documentation and code samples for the Compute V1 Client class TargetPoolsAddHealthCheckRequest.
Generated from protobuf message google.cloud.compute.v1.TargetPoolsAddHealthCheckRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ health_checks |
array<Google\Cloud\Compute\V1\HealthCheckReference>
The HttpHealthCheck to add to the target pool. |
getHealthChecks
The HttpHealthCheck to add to the target pool.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setHealthChecks
The HttpHealthCheck to add to the target pool.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Compute\V1\HealthCheckReference>
|
Returns | |
---|---|
Type | Description |
$this |