public final class SSLHealthCheck extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| SSLHealthCheck() | 
| Modifier and Type | Method and Description | 
|---|---|
| SSLHealthCheck | clone() | 
| Integer | getPort()The TCP port number for the health check request. | 
| String | getPortName()Port name as defined in InstanceGroup#NamedPort#name. | 
| String | getPortSpecification()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. | 
| String | getProxyHeader()Specifies the type of proxy header to append before sending data to the backend, either NONE or
 PROXY_V1. | 
| String | getRequest()The application data to send once the SSL connection has been established (default value is
 empty). | 
| String | getResponse()The bytes to match against the beginning of the response data. | 
| SSLHealthCheck | set(String fieldName,
   Object value) | 
| SSLHealthCheck | setPort(Integer port)The TCP port number for the health check request. | 
| SSLHealthCheck | setPortName(String portName)Port name as defined in InstanceGroup#NamedPort#name. | 
| 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 | setProxyHeader(String proxyHeader)Specifies the type of proxy header to append before sending data to the backend, either NONE or
 PROXY_V1. | 
| SSLHealthCheck | setRequest(String request)The application data to send once the SSL connection has been established (default value is
 empty). | 
| SSLHealthCheck | setResponse(String response)The bytes to match against the beginning of the response data. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getPort()
null for nonepublic SSLHealthCheck setPort(Integer port)
port - port or null for nonepublic String getPortName()
null for nonepublic SSLHealthCheck setPortName(String portName)
portName - portName or null for nonepublic String getPortSpecification()
null for nonepublic SSLHealthCheck setPortSpecification(String portSpecification)
portSpecification - portSpecification or null for nonepublic String getProxyHeader()
null for nonepublic SSLHealthCheck setProxyHeader(String proxyHeader)
proxyHeader - proxyHeader or null for nonepublic String getRequest()
null for nonepublic SSLHealthCheck setRequest(String request)
request - request or null for nonepublic String getResponse()
null for nonepublic SSLHealthCheck setResponse(String response)
response - response or null for nonepublic SSLHealthCheck set(String fieldName, Object value)
set in class GenericJsonpublic SSLHealthCheck clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.