An object that represents a listener for a virtual node.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Listener", "description": "An object that represents a listener for a virtual node.", "type": "object", "properties": { "connectionPool": {}, "healthCheck": {}, "outlierDetection": {}, "portMapping": {}, "timeout": {}, "tls": {} }, "required": [ "portMapping" ] }