Compute V1 Client - Class TargetPoolsRemoveHealthCheckRequest (1.14.0)

Reference documentation and code samples for the Compute V1 Client class TargetPoolsRemoveHealthCheckRequest.

Generated from protobuf message google.cloud.compute.v1.TargetPoolsRemoveHealthCheckRequest

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ health_checks array<Google\Cloud\Compute\V1\HealthCheckReference>

Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check

getHealthChecks

Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setHealthChecks

Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\HealthCheckReference>
Returns
TypeDescription
$this