Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
HTTPHealthCheck |
HTTPHealthCheck.clone() |
HTTPHealthCheck |
HealthCheck.getHttpHealthCheck() |
HTTPHealthCheck |
HTTPHealthCheck.set(String fieldName,
Object value) |
HTTPHealthCheck |
HTTPHealthCheck.setHost(String host)
The value of the host header in the HTTP health check request.
|
HTTPHealthCheck |
HTTPHealthCheck.setPort(Integer port)
The TCP port number to which the health check prober sends packets.
|
HTTPHealthCheck |
HTTPHealthCheck.setPortName(String portName)
Not supported.
|
HTTPHealthCheck |
HTTPHealthCheck.setPortSpecification(String portSpecification)
Specifies how a port is selected for health checking.
|
HTTPHealthCheck |
HTTPHealthCheck.setProxyHeader(String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
HTTPHealthCheck |
HTTPHealthCheck.setRequestPath(String requestPath)
The request path of the HTTP health check request.
|
HTTPHealthCheck |
HTTPHealthCheck.setResponse(String response)
Creates a content-based HTTP health check.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.setHttpHealthCheck(HTTPHealthCheck httpHealthCheck) |
Copyright © 2011–2025 Google. All rights reserved.