Class: Aws::AppMesh::Types::VirtualNodeTcpConnectionPool
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualNodeTcpConnectionPool
- 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
-
#max_connections ⇒ Integer
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
Instance Attribute Details
#max_connections ⇒ Integer
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
5977 5978 5979 5980 5981 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5977 class VirtualNodeTcpConnectionPool < Struct.new( :max_connections) SENSITIVE = [] include Aws::Structure end |