Show / Hide Table of Contents

Class RegionBackendServiceCircuitBreakersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionBackendServiceCircuitBreakersArgs
Inherited Members
ResourceArgs.Empty
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 Source

RegionBackendServiceCircuitBreakersArgs()

Declaration
public RegionBackendServiceCircuitBreakersArgs()

Properties

View Source

ConnectTimeout

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>
View Source

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>
View Source

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>
View Source

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>
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 Input<int> MaxRequestsPerConnection { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.