Class: Aws::AppMesh::Types::VirtualNodeGrpcConnectionPool

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a type of connection pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_requestsInteger

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

Returns:

  • (Integer)


5792
5793
5794
5795
5796
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5792

class VirtualNodeGrpcConnectionPool < Struct.new(
  :max_requests)
  SENSITIVE = []
  include Aws::Structure
end