InputDeviceNetworkSettings class

The network settings for the input device.

Constructors

InputDeviceNetworkSettings({List<String>? dnsAddresses, String? gateway, String? ipAddress, InputDeviceIpScheme? ipScheme, String? subnetMask})
InputDeviceNetworkSettings.fromJson(Map<String, dynamic> json)
factory

Properties

dnsAddresses List<String>?
The DNS addresses of the input device.
final
gateway String?
The network gateway IP address.
final
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The IP address of the input device.
final
ipScheme InputDeviceIpScheme?
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetMask String?
The subnet mask of the input device.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited