Show / Hide Table of Contents

Class CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty

An object that represents a type of connection pool.

Inheritance
object
CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty
Implements
CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty : CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Syntax (vb)
Public Class CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty Implements CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool.html

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 virtualGatewayGrpcConnectionPoolProperty = new VirtualGatewayGrpcConnectionPoolProperty {
                 MaxRequests = 123
             };

Synopsis

Constructors

VirtualGatewayGrpcConnectionPoolProperty()

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

VirtualGatewayGrpcConnectionPoolProperty()

An object that represents a type of connection pool.

public VirtualGatewayGrpcConnectionPoolProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool.html

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 virtualGatewayGrpcConnectionPoolProperty = new VirtualGatewayGrpcConnectionPoolProperty {
                 MaxRequests = 123
             };

Properties

MaxRequests

Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.

public double MaxRequests { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool.html#cfn-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool-maxrequests

Implements

CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Back to top Generated by DocFX