Class NetworksSwitchSection
Provides access to networks switch API endpoints
public class NetworksSwitchSection
- Inheritance
-
NetworksSwitchSection
- Inherited Members
Constructors
NetworksSwitchSection()
public NetworksSwitchSection()
Properties
Dhcp
Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day)
public INetworksSwitchDhcp Dhcp { get; }
Property Value
DhcpServerPolicy
Return the devices that have a Dynamic ARP Inspection warning and their warnings
public INetworksSwitchDhcpServerPolicy DhcpServerPolicy { get; }
Property Value
Ports
List the port profiles in a network
public INetworksSwitchPorts Ports { get; }
Property Value
Stacks
Update switch port mirrors for switch stacks
public INetworksSwitchStack Stacks { get; }