Class HealthCheckSslHealthCheckArgs.Builder

    • Method Detail

      • port

        public HealthCheckSslHealthCheckArgs.Builder port​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Integer> port)
        Parameters:
        port - The TCP port number for the HTTP2 health check request. The default value is 443.
        Returns:
        builder
      • port

        public HealthCheckSslHealthCheckArgs.Builder port​(java.lang.Integer port)
        Parameters:
        port - The TCP port number for the HTTP2 health check request. The default value is 443.
        Returns:
        builder
      • portName

        public HealthCheckSslHealthCheckArgs.Builder portName​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> portName)
        Parameters:
        portName - Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
        Returns:
        builder
      • portName

        public HealthCheckSslHealthCheckArgs.Builder portName​(java.lang.String portName)
        Parameters:
        portName - Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
        Returns:
        builder
      • portSpecification

        public HealthCheckSslHealthCheckArgs.Builder portSpecification​(@Nullable
                                                                       com.pulumi.core.Output<java.lang.String> portSpecification)
        Parameters:
        portSpecification - Specifies how port is selected for health checking, can be one of the following values:
        Returns:
        builder
      • portSpecification

        public HealthCheckSslHealthCheckArgs.Builder portSpecification​(java.lang.String portSpecification)
        Parameters:
        portSpecification - Specifies how port is selected for health checking, can be one of the following values:
        Returns:
        builder
      • proxyHeader

        public HealthCheckSslHealthCheckArgs.Builder proxyHeader​(@Nullable
                                                                 com.pulumi.core.Output<java.lang.String> proxyHeader)
        Parameters:
        proxyHeader - Specifies the type of proxy header to append before sending data to the backend. Default value is `NONE`. Possible values are: `NONE`, `PROXY_V1`.
        Returns:
        builder
      • proxyHeader

        public HealthCheckSslHealthCheckArgs.Builder proxyHeader​(java.lang.String proxyHeader)
        Parameters:
        proxyHeader - Specifies the type of proxy header to append before sending data to the backend. Default value is `NONE`. Possible values are: `NONE`, `PROXY_V1`.
        Returns:
        builder
      • request

        public HealthCheckSslHealthCheckArgs.Builder request​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> request)
        Parameters:
        request - 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.
        Returns:
        builder
      • request

        public HealthCheckSslHealthCheckArgs.Builder request​(java.lang.String request)
        Parameters:
        request - 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.
        Returns:
        builder
      • response

        public HealthCheckSslHealthCheckArgs.Builder response​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> response)
        Parameters:
        response - 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.
        Returns:
        builder
      • response

        public HealthCheckSslHealthCheckArgs.Builder response​(java.lang.String response)
        Parameters:
        response - 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.
        Returns:
        builder