Show / Hide Table of Contents

Class BackendServiceCircuitBreakers

Inheritance
System.Object
BackendServiceCircuitBreakers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BackendServiceCircuitBreakers

Fields

View Source

ConnectTimeout

The timeout for new network connections to hosts. Structure is documented below.

Declaration
public readonly BackendServiceCircuitBreakersConnectTimeout ConnectTimeout
Field Value
Type Description
BackendServiceCircuitBreakersConnectTimeout
View Source

MaxConnections

The maximum number of connections to the backend cluster. Defaults to 1024.

Declaration
public readonly int? MaxConnections
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxPendingRequests

The maximum number of pending requests to the backend cluster. Defaults to 1024.

Declaration
public readonly int? MaxPendingRequests
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxRequests

The maximum number of parallel requests to the backend cluster. Defaults to 1024.

Declaration
public readonly int? MaxRequests
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxRequestsPerConnection

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.

Declaration
public readonly int? MaxRequestsPerConnection
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxRetries

The maximum number of parallel retries to the backend cluster. Defaults to 3.

Declaration
public readonly int? MaxRetries
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.