Values.InputDeviceNetworkSettingsSourceThe network settings for the input device.
type nonrec t = {dnsAddresses : string list option;The DNS addresses of the input device.
*)gateway : string option;The network gateway IP address.
*)ipAddress : string option;The IP address of the input device.
*)ipScheme : InputDeviceIpScheme.t option;Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
*)subnetMask : string option;The subnet mask of the input device.
*)}