Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.clone() |
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.mergeFrom(TCPHealthCheck other) |
static TCPHealthCheck.Builder |
TCPHealthCheck.newBuilder() |
static TCPHealthCheck.Builder |
TCPHealthCheck.newBuilder(TCPHealthCheck prototype) |
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.setPort(Integer port)
The TCP port number for the health check request.
|
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.setPortName(String portName)
Port name as defined in InstanceGroup#NamedPort#name.
|
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.setPortSpecification(String portSpecification)
Specifies how port is selected for health checking, can be one of following values:
USE_FIXED_PORT: The port number in port is used for health checking.
|
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.setProxyHeader(String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE
or PROXY_V1.
|
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.setRequest(String request)
The application data to send once the TCP connection has been established (default value is
empty).
|
TCPHealthCheck.Builder |
TCPHealthCheck.Builder.setResponse(String response)
The bytes to match against the beginning of the response data.
|
TCPHealthCheck.Builder |
TCPHealthCheck.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.