Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
TCPHealthCheck |
TCPHealthCheck.clone() |
TCPHealthCheck |
HealthCheck.getTcpHealthCheck() |
TCPHealthCheck |
TCPHealthCheck.set(java.lang.String fieldName,
java.lang.Object value) |
TCPHealthCheck |
TCPHealthCheck.setPort(java.lang.Integer port)
The TCP port number for the health check request.
|
TCPHealthCheck |
TCPHealthCheck.setPortName(java.lang.String portName)
Port name as defined in InstanceGroup#NamedPort#name.
|
TCPHealthCheck |
TCPHealthCheck.setProxyHeader(java.lang.String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
TCPHealthCheck |
TCPHealthCheck.setRequest(java.lang.String request)
The application data to send once the TCP connection has been established (default value is
empty).
|
TCPHealthCheck |
TCPHealthCheck.setResponse(java.lang.String response)
The bytes to match against the beginning of the response data.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.setTcpHealthCheck(TCPHealthCheck tcpHealthCheck) |