Module Values.ConnectivityInfoSource

The connectivity configuration for the environment. Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX uplink VLAN for connectivity to the NSX overlay network.

Sourcetype nonrec t = {
  1. privateRouteServerPeerings : RouteServerPeeringList.t;
    (*

    The unique IDs for private route server peers.

    *)
}
Sourceval context_ : string
Sourceval make : privateRouteServerPeerings:RouteServerPeeringList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of RouteServerPeering.t ] list ]) 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