View Source GoogleApi.Compute.V1.Model.CircuitBreakers (google_api_compute v0.56.2)

Settings controlling the volume of requests, connections and retries to this backend service.

Attributes

  • maxConnections (type: integer(), default: nil) - The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
  • maxPendingRequests (type: integer(), default: nil) - The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
  • maxRequests (type: integer(), default: nil) - The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.
  • maxRequestsPerConnection (type: integer(), default: nil) - Maximum requests for a single connection to the backend service. 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. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
  • maxRetries (type: integer(), default: nil) - The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.CircuitBreakers{
  maxConnections: integer() | nil,
  maxPendingRequests: integer() | nil,
  maxRequests: integer() | nil,
  maxRequestsPerConnection: integer() | nil,
  maxRetries: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.