Table of Contents

Class NetworkedDevice

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents any physical Hardware Item that is connected to the Network

public abstract class NetworkedDevice : HardwareItem
Inheritance
NetworkedDevice
Derived
Inherited Members

Constructors

NetworkedDevice()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkedDevice class.

public NetworkedDevice()

Properties

IPAddresses

Gets or sets the IP addresses assigned to the system. When the system has been manually created this provides manually input addresses.

public SerializableIPAddresses IPAddresses { get; set; }

Property Value

SerializableIPAddresses

IPv4Addresses

Gets the IPv4 addresses assigned to the system.

public SerializableIPAddressCollection IPv4Addresses { get; }

Property Value

SerializableIPAddressCollection

IPv4Routing

Gets or sets the IPv4 routing table and persisted static routes configured on this networked device.

public IPv4RoutingConfiguration IPv4Routing { get; set; }

Property Value

IPv4RoutingConfiguration

IPv6Addresses

Gets the IPv6 addresses assigned to the system.

public SerializableIPAddressCollection IPv6Addresses { get; }

Property Value

SerializableIPAddressCollection

NetworkAdapters

Gets or sets the network adapters found within the system.

public NetworkAdapters NetworkAdapters { get; set; }

Property Value

NetworkAdapters

SnmpConfiguration

Gets or sets the SNMP configuration for the networked device.

public SnmpConfiguration SnmpConfiguration { get; set; }

Property Value

SnmpConfiguration