Class NetworkSwitchGeneral
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents general information about a network switch.
public class NetworkSwitchGeneral : BaseTypeSection
- Inheritance
-
NetworkSwitchGeneral
Constructors
NetworkSwitchGeneral()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkSwitchGeneral class.
public NetworkSwitchGeneral()
Properties
FirwareVersion
Gets or sets the ROM version of the switch - for example "F.02.01".
public string FirwareVersion { get; set; }
Property Value
HardwareRevision
Gets or sets the hardware revision of this device.
public string HardwareRevision { get; set; }
Property Value
Location
Gets or sets the location string assigned to the device.
public string Location { get; set; }
Property Value
MacAddress
Gets or sets the base MAC address of the switch - for example "00-27-10-F2-62-7C".
public string MacAddress { get; set; }
Property Value
Manufacturer
Gets or sets the well known manufacturer type.
public NetworkSwitchManufacturer Manufacturer { get; set; }
Property Value
ManufacturerString
Gets the well known manufacturer type.
public string ManufacturerString { get; set; }
Property Value
ObjectID
Gets or sets the SNMP object ID assigned to this device.
public string ObjectID { get; set; }
Property Value
RemoteManagement
Gets or sets the remote management settings for a network switch including Telnet and SSH configuration.
public NetworkSwitchRemoteManagement RemoteManagement { get; set; }
Property Value
SoftwareVersion
Gets or sets the operating system version of the switch - for example "F.04.08".
public string SoftwareVersion { get; set; }
Property Value
StackItems
Gets or sets the hardware items in the stack.
public NetworkSwitchStackItems StackItems { get; set; }
Property Value
SystemDescription
Gets or sets the system assigned description of the device.
public string SystemDescription { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkSwitchGeneral class from the specified XML.
public static NetworkSwitchGeneral FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- NetworkSwitchGeneral
A CENTREL.XIA.Configuration.Types.NetworkSwitchGeneral class.