Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
TCPHealthCheck |
TCPHealthCheck.clone() |
TCPHealthCheck |
HealthCheck.getTcpHealthCheck() |
TCPHealthCheck |
TCPHealthCheck.set(String fieldName,
Object value) |
TCPHealthCheck |
TCPHealthCheck.setPort(Integer port)
The TCP port number to which the health check prober sends packets.
|
TCPHealthCheck |
TCPHealthCheck.setPortName(String portName)
Not supported.
|
TCPHealthCheck |
TCPHealthCheck.setPortSpecification(String portSpecification)
Specifies how a port is selected for health checking.
|
TCPHealthCheck |
TCPHealthCheck.setProxyHeader(String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
TCPHealthCheck |
TCPHealthCheck.setRequest(String request)
Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length,
after establishing the TCP connection.
|
TCPHealthCheck |
TCPHealthCheck.setResponse(String response)
Creates a content-based TCP health check.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.setTcpHealthCheck(TCPHealthCheck tcpHealthCheck) |
Copyright © 2011–2024 Google. All rights reserved.