| 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 for the health check request. | 
| SSLHealthCheck | SSLHealthCheck. setPortName(String portName)Port name as defined in InstanceGroup#NamedPort#name. | 
| SSLHealthCheck | SSLHealthCheck. 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 | 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)The application data to send once the SSL connection has been established (default value is
 empty). | 
| SSLHealthCheck | SSLHealthCheck. setResponse(String response)The bytes to match against the beginning of the response data. | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheck | HealthCheck. setSslHealthCheck(SSLHealthCheck sslHealthCheck) | 
Copyright © 2011–2021 Google. All rights reserved.