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