Class NetworkingDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a networking device such as a network switch.
public abstract class NetworkingDevice : HardwareItem
- Inheritance
-
NetworkingDevice
- Derived
- Inherited Members
Constructors
NetworkingDevice()
protected NetworkingDevice()
Properties
ArpCache
Gets or sets the ARP cache entries on this networking device.
public ArpCacheEntries ArpCache { get; set; }
Property Value
IPAddresses
Gets or sets the IP addresses assigned to this networking device. When the system has been manually created this provides manually input addresses.
public SerializableIPAddresses IPAddresses { get; set; }
Property Value
- SerializableIPAddresses
IPv4Addresses
Gets or sets the IPv4 addresses assigned to this system.
public SerializableIPAddressCollection IPv4Addresses { get; }
Property Value
- SerializableIPAddressCollection
IPv6Addresses
Gets or sets the IPv6 addresses assigned to this system.
public SerializableIPAddressCollection IPv6Addresses { get; }
Property Value
- SerializableIPAddressCollection
Ports
Gets or sets the ports configured on this networking device.
public NetworkingDevicePorts Ports { get; set; }
Property Value
RoutingTable
Gets or sets the IPv4 routing table for the networking device.
public IPv4Routes RoutingTable { get; set; }