Class HealthCheckSslHealthCheckArgs


  • public final class HealthCheckSslHealthCheckArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • port

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> port()
        Returns:
        The TCP port number for the HTTP2 health check request. The default value is 443.
      • portName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> portName()
        Returns:
        Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
      • portSpecification

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> portSpecification()
        Returns:
        Specifies how port is selected for health checking, can be one of the following values:
      • proxyHeader

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> proxyHeader()
        Returns:
        Specifies the type of proxy header to append before sending data to the backend. Default value is `NONE`. Possible values are: `NONE`, `PROXY_V1`.
      • request

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> request()
        Returns:
        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.
      • response

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> response()
        Returns:
        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.