Class NetworkSwitch
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a network switch.
[SupportsLocations]
[SupportsClientScan]
[SupportsSupportProvisions]
public class NetworkSwitch : NetworkingDevice
- Inheritance
-
NetworkSwitch
- Inherited Members
Constructors
NetworkSwitch()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkSwitch class.
public NetworkSwitch()
Properties
CommandOutputs
Gets or sets the command outputs for the network switch.
public NetworkSwitchCommandOutputs CommandOutputs { get; set; }
Property Value
ConnectedDevices
Gets or sets the devices connected to the network switch.
public NetworkingDeviceConnectedDevices ConnectedDevices { get; set; }
Property Value
General
Gets or sets the general information about a network switch.
public NetworkSwitchGeneral General { get; set; }
Property Value
Vlans
Gets or sets the VLANs configured for the switch.
public NetworkSwitchVlans Vlans { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.NetworkSwitch.
public NetworkSwitch Clone()
Returns
- NetworkSwitch
A clone of this CENTREL.XIA.Configuration.Types.NetworkSwitch.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkSwitch object from the specified XML data.
public static NetworkSwitch FromXml(string xml)
Parameters
xml
stringThe XML representation of the network switch.
Returns
- NetworkSwitch
A CENTREL.XIA.Configuration.Types.NetworkSwitch object.