Class ComputeBackendServiceCircuitBreakers.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

      • getMaxConnections

        public final Number getMaxConnections()
        Description copied from interface: ComputeBackendServiceCircuitBreakers
        The maximum number of connections to the backend cluster. Defaults to 1024.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#max_connections ComputeBackendService#max_connections}

        Specified by:
        getMaxConnections in interface ComputeBackendServiceCircuitBreakers
      • getMaxPendingRequests

        public final Number getMaxPendingRequests()
        Description copied from interface: ComputeBackendServiceCircuitBreakers
        The maximum number of pending requests to the backend cluster. Defaults to 1024.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#max_pending_requests ComputeBackendService#max_pending_requests}

        Specified by:
        getMaxPendingRequests in interface ComputeBackendServiceCircuitBreakers
      • getMaxRequests

        public final Number getMaxRequests()
        Description copied from interface: ComputeBackendServiceCircuitBreakers
        The maximum number of parallel requests to the backend cluster. Defaults to 1024.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#max_requests ComputeBackendService#max_requests}

        Specified by:
        getMaxRequests in interface ComputeBackendServiceCircuitBreakers
      • getMaxRequestsPerConnection

        public final Number getMaxRequestsPerConnection()
        Description copied from interface: ComputeBackendServiceCircuitBreakers
        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_backend_service#max_requests_per_connection ComputeBackendService#max_requests_per_connection}

        Specified by:
        getMaxRequestsPerConnection in interface ComputeBackendServiceCircuitBreakers
      • getMaxRetries

        public final Number getMaxRetries()
        Description copied from interface: ComputeBackendServiceCircuitBreakers
        The maximum number of parallel retries to the backend cluster. Defaults to 3.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#max_retries ComputeBackendService#max_retries}

        Specified by:
        getMaxRetries in interface ComputeBackendServiceCircuitBreakers
      • $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