Class ComputeRegionBackendServiceCircuitBreakers.Jsii$Proxy

    • Method Detail

      • getMaxRequestsPerConnection

        public final Number getMaxRequestsPerConnection()
        Description copied from interface: ComputeRegionBackendServiceCircuitBreakers
        Maximum requests for a single backend connection.

        This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#max_requests_per_connection ComputeRegionBackendService#max_requests_per_connection}

        Specified by:
        getMaxRequestsPerConnection in interface ComputeRegionBackendServiceCircuitBreakers
      • $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