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 class NetworkedDevice : HardwareItem
- Inheritance
-
NetworkedDevice
- Derived
- Inherited Members
Constructors
NetworkedDevice()
public NetworkedDevice()
Properties
IPAddresses
Gets or sets the IP addresses assigned to this 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 this 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
IPv6Addresses
Gets the IPv6 addresses assigned to this system.
public SerializableIPAddressCollection IPv6Addresses { get; }
Property Value
- SerializableIPAddressCollection
NetworkAdapters
Gets or sets the network adapters found within this device.
public NetworkAdapters NetworkAdapters { get; set; }
Property Value
SnmpConfiguration
Gets or sets the SNMP configuration for this networked device.
public SnmpConfiguration SnmpConfiguration { get; set; }