Class RegionBackendServiceCircuitBreakersArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionBackendServiceCircuitBreakersArgs : ResourceArgs
Constructors
View SourceRegionBackendServiceCircuitBreakersArgs()
Declaration
public RegionBackendServiceCircuitBreakersArgs()
Properties
View SourceConnectTimeout
The timeout for new network connections to hosts. Structure is documented below.
Declaration
public Input<RegionBackendServiceCircuitBreakersConnectTimeoutArgs> ConnectTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RegionBackendServiceCircuitBreakersConnectTimeoutArgs> |
MaxConnections
The maximum number of connections to the backend cluster. Defaults to 1024.
Declaration
public Input<int> MaxConnections { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxPendingRequests
The maximum number of pending requests to the backend cluster. Defaults to 1024.
Declaration
public Input<int> MaxPendingRequests { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxRequests
The maximum number of parallel requests to the backend cluster. Defaults to 1024.
Declaration
public Input<int> MaxRequests { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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 Input<int> MaxRequestsPerConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxRetries
The maximum number of parallel retries to the backend cluster. Defaults to 3.
Declaration
public Input<int> MaxRetries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |