Values_2.RouteServerPropagationSourceDescribes the route propagation configuration between a route server and a route table. When enabled, route server propagation installs the routes in the FIB on the route table you've specified. Route server supports IPv4 and IPv6 route propagation.
type nonrec t = {routeServerId : Values_1.RouteServerId.t option;The ID of the route server configured for route propagation.
*)routeTableId : Values_0.RouteTableId.t option;The ID of the route table configured for route server propagation.
*)state : Values_1.RouteServerPropagationState.t option;The current state of route propagation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.RouteServerId.t ])
list ]