listeners property

List<Listener>? listeners
final

The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.

Implementation

final List<Listener>? listeners;