Module Values.NdiDiscoveryServerConfigSource

Specifies the configuration settings for individual NDI® discovery servers. A maximum of 3 servers is allowed.

Sourcetype nonrec t = {
  1. discoveryServerAddress : String_.t;
    (*

    The unique network address of the NDI discovery server.

    *)
  2. discoveryServerPort : Integer.t option;
    (*

    The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.

    *)
  3. vpcInterfaceAdapter : String_.t;
    (*

    The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.

    *)
}
Sourceval context_ : string
Sourceval make : ?discoveryServerPort:??? -> discoveryServerAddress:String_.t -> vpcInterfaceAdapter:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of String_.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