Module Values_2.RouteServerPropagationSource

Describes 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.

Sourcetype nonrec t = {
  1. routeServerId : Values_1.RouteServerId.t option;
    (*

    The ID of the route server configured for route propagation.

    *)
  2. routeTableId : Values_0.RouteTableId.t option;
    (*

    The ID of the route table configured for route server propagation.

    *)
  3. state : Values_1.RouteServerPropagationState.t option;
    (*

    The current state of route propagation.

    *)
}
Sourceval make : ?routeServerId:??? -> ?routeTableId:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.RouteServerId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t