Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SSLHealthCheck |
SSLHealthCheck.clone() |
SSLHealthCheck |
HealthCheck.getSslHealthCheck() |
SSLHealthCheck |
SSLHealthCheck.set(String fieldName,
Object value) |
SSLHealthCheck |
SSLHealthCheck.setPort(Integer port)
The TCP port number to which the health check prober sends packets.
|
SSLHealthCheck |
SSLHealthCheck.setPortName(String portName)
Not supported.
|
SSLHealthCheck |
SSLHealthCheck.setPortSpecification(String portSpecification)
Specifies how a port is selected for health checking.
|
SSLHealthCheck |
SSLHealthCheck.setProxyHeader(String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
SSLHealthCheck |
SSLHealthCheck.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 and SSL handshake.
|
SSLHealthCheck |
SSLHealthCheck.setResponse(String response)
Creates a content-based SSL health check.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.setSslHealthCheck(SSLHealthCheck sslHealthCheck) |
Copyright © 2011–2025 Google. All rights reserved.