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