Reference documentation and code samples for the Compute V1 Client class TargetPoolsRemoveHealthCheckRequest.
Generated from protobuf message google.cloud.compute.v1.TargetPoolsRemoveHealthCheckRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\Compute\V1\HealthCheckReference>
|
Returns | |
---|---|
Type | Description |
$this |