Class CfnVirtualNode.VirtualNodeGrpcConnectionPoolProperty
An object that represents a type of connection pool.
Inherited Members
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVirtualNode.VirtualNodeGrpcConnectionPoolProperty : CfnVirtualNode.IVirtualNodeGrpcConnectionPoolProperty
Syntax (vb)
Public Class CfnVirtualNode.VirtualNodeGrpcConnectionPoolProperty Implements CfnVirtualNode.IVirtualNodeGrpcConnectionPoolProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var virtualNodeGrpcConnectionPoolProperty = new VirtualNodeGrpcConnectionPoolProperty {
MaxRequests = 123
};
Synopsis
Constructors
| VirtualNodeGrpcConnectionPoolProperty() | An object that represents a type of connection pool. |
Properties
| MaxRequests | Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. |
Constructors
VirtualNodeGrpcConnectionPoolProperty()
An object that represents a type of connection pool.
public VirtualNodeGrpcConnectionPoolProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var virtualNodeGrpcConnectionPoolProperty = new VirtualNodeGrpcConnectionPoolProperty {
MaxRequests = 123
};
Properties
MaxRequests
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
public double MaxRequests { get; set; }