Table of Contents

Class NetworksSwitchSection

Namespace
Meraki.Api.Sections.General.Networks
Assembly
Meraki.Api.dll

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

INetworksSwitchDhcp

DhcpServerPolicy

Return the devices that have a Dynamic ARP Inspection warning and their warnings

public INetworksSwitchDhcpServerPolicy DhcpServerPolicy { get; }

Property Value

INetworksSwitchDhcpServerPolicy

Ports

List the port profiles in a network

public INetworksSwitchPorts Ports { get; }

Property Value

INetworksSwitchPorts

Stacks

Update switch port mirrors for switch stacks

public INetworksSwitchStack Stacks { get; }

Property Value

INetworksSwitchStack