Compute V1 Client - Class TargetPoolsAddHealthCheckRequest (2.8.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ health_checks array<HealthCheckReference>

The HttpHealthCheck to add to the target pool.

getHealthChecks

The HttpHealthCheck to add to the target pool.

Returns
Type Description
Google\Protobuf\RepeatedField<HealthCheckReference>

setHealthChecks

The HttpHealthCheck to add to the target pool.

Parameter
Name Description
var array<HealthCheckReference>
Returns
Type Description
$this