google_api_compute v0.7.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.
  • portSpecification (String.t): 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. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, SSL health check follows behavior specified in port and portName fields. Defaults to: null.

    • Enum - one of [USE_FIXED_PORT, USE_NAMED_PORT, USE_SERVING_PORT]
  • 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 type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.SslHealthCheck{
  port: any(),
  portName: any(),
  portSpecification: any(),
  proxyHeader: any(),
  request: any(),
  response: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.