Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InputDeviceNetworkSettings

import type { InputDeviceNetworkSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

The network settings for the input device.

interface InputDeviceNetworkSettings {
DnsAddresses?: string[] | null;
Gateway?: string | null;
IpAddress?: string | null;
IpScheme?: InputDeviceIpScheme | null;
SubnetMask?: string | null;
}

§Properties

§
DnsAddresses?: string[] | null
[src]

The DNS addresses of the input device.

§
Gateway?: string | null
[src]

The network gateway IP address.

§
IpAddress?: string | null
[src]

The IP address of the input device.

§
IpScheme?: InputDeviceIpScheme | null
[src]

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 | null
[src]

The subnet mask of the input device.