Values.VirtualRouterSpecSourceAn object that represents the specification of a virtual router.
type nonrec t = {listeners : VirtualRouterListeners.t option;The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `Integer of PortNumber.t ])
list ])
list ]
list ])
list ]