Module Values.SdiSourceMappingSource

Used in DescribeNodeSummary, DescribeNodeResult.

Sourcetype nonrec t = {
  1. cardNumber : int option;
    (*

    A number that uniquely identifies the SDI card on the node hardware.

    *)
  2. channelNumber : int option;
    (*

    A number that uniquely identifies a port on the SDI card.

    *)
  3. sdiSource : string option;
    (*

    The ID of the SdiSource to associate with this port on this card. You can use the ListSdiSources operation to discover all the IDs.

    *)
}
Sourceval make : ?cardNumber:??? -> ?channelNumber:??? -> ?sdiSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string ]) 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