{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualNodeConnectionPool", "description": "

An object that represents the type of virtual node connection pool.

Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.

If not present the default value for maxPendingRequests is 2147483647.

", "type": "object", "properties": { "grpc": {}, "http": {}, "http2": {}, "tcp": {} } }