Module Values.InputAttachmentSource

Placeholder documentation for InputAttachment

Sourcetype nonrec t = {
  1. automaticInputFailoverSettings : AutomaticInputFailoverSettings.t option;
    (*

    User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.

    *)
  2. inputAttachmentName : string option;
    (*

    User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.

    *)
  3. inputId : string option;
    (*

    The ID of the input

    *)
  4. inputSettings : InputSettings.t option;
    (*

    Settings of an input (caption selector, etc.)

    *)
  5. logicalInterfaceNames : string list option;
    (*

    Optional assignment of an input to a logical interface on the Node. Only applies to on premises channels.

    *)
}
Sourceval make : ?automaticInputFailoverSettings:??? -> ?inputAttachmentName:??? -> ?inputId:??? -> ?inputSettings:??? -> ?logicalInterfaceNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ]) 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