Class ComputeHealthCheckHttpsHealthCheck.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getHost

        public final String getHost()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        The value of the host header in the HTTPS health check request.

        If left empty (default value), the public IP on behalf of which this health check is performed will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#host ComputeHealthCheck#host}

        Specified by:
        getHost in interface ComputeHealthCheckHttpsHealthCheck
      • getPort

        public final Number getPort()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        The TCP port number for the HTTPS health check request. The default value is 443.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#port ComputeHealthCheck#port}

        Specified by:
        getPort in interface ComputeHealthCheckHttpsHealthCheck
      • getPortName

        public final String getPortName()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#port_name ComputeHealthCheck#port_name}

        Specified by:
        getPortName in interface ComputeHealthCheckHttpsHealthCheck
      • getPortSpecification

        public final String getPortSpecification()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        Specifies how port is selected for health checking, can be one of the 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, HTTPS health check follows behavior specified in 'port' and 'portName' fields. Possible values: ["USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#port_specification ComputeHealthCheck#port_specification}

        Specified by:
        getPortSpecification in interface ComputeHealthCheckHttpsHealthCheck
      • getProxyHeader

        public final String getProxyHeader()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        Specifies the type of proxy header to append before sending data to the backend.

        Default value: "NONE" Possible values: ["NONE", "PROXY_V1"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#proxy_header ComputeHealthCheck#proxy_header}

        Specified by:
        getProxyHeader in interface ComputeHealthCheckHttpsHealthCheck
      • getRequestPath

        public final String getRequestPath()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        The request path of the HTTPS health check request. The default value is /.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#request_path ComputeHealthCheck#request_path}

        Specified by:
        getRequestPath in interface ComputeHealthCheckHttpsHealthCheck
      • getResponse

        public final String getResponse()
        Description copied from interface: ComputeHealthCheckHttpsHealthCheck
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#response ComputeHealthCheck#response}

        Specified by:
        getResponse in interface ComputeHealthCheckHttpsHealthCheck
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object