Class GetBackendServiceCircuitBreakerResult
Inheritance
System.Object
GetBackendServiceCircuitBreakerResult
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 GetBackendServiceCircuitBreakerResult
Fields
View SourceConnectTimeouts
Declaration
public readonly ImmutableArray<GetBackendServiceCircuitBreakerConnectTimeoutResult> ConnectTimeouts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetBackendServiceCircuitBreakerConnectTimeoutResult> |
MaxConnections
Declaration
public readonly int MaxConnections
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxPendingRequests
Declaration
public readonly int MaxPendingRequests
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxRequests
Declaration
public readonly int MaxRequests
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxRequestsPerConnection
Declaration
public readonly int MaxRequestsPerConnection
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxRetries
Declaration
public readonly int MaxRetries
Field Value
| Type | Description |
|---|---|
| System.Int32 |