google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.SslHealthCheck View Source
Attributes
- port (integer()): The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535. Defaults to:
null
. - portName (String.t): Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. Defaults to:
null
. proxyHeader (String.t): Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. Defaults to:
null
.- Enum - one of [NONE, PROXY_V1]
- request (String.t): The application data to send once the SSL connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII. Defaults to:
null
. - response (String.t): The bytes to match against the beginning of the response data. If left empty (the default value), any response will indicate health. The response data can only be ASCII. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.