Table of Contents

Class NetworksSection

Namespace
Meraki.Api.Sections.General.Networks
Assembly
Meraki.Api.dll
public class NetworksSection
Inheritance
NetworksSection
Inherited Members

Properties

Alerts

public NetworksAlertsSection Alerts { get; }

Property Value

NetworksAlertsSection

BluetoothClients

public INetworksBluetoothClients BluetoothClients { get; }

Property Value

INetworksBluetoothClients

Clients

public NetworksClientsSection Clients { get; }

Property Value

NetworksClientsSection

Devices

public INetworksDevices Devices { get; }

Property Value

INetworksDevices

Events

public NetworksEventsSection Events { get; }

Property Value

NetworksEventsSection

FirmwareUpgrades

public INetworksFirmwareUpgrades FirmwareUpgrades { get; }

Property Value

INetworksFirmwareUpgrades

Floorplans

public INetworksFloorplans Floorplans { get; }

Property Value

INetworksFloorplans

GroupPolicies

public INetworksGroupPolicies GroupPolicies { get; }

Property Value

INetworksGroupPolicies

Health

public NetworksHealthSection Health { get; }

Property Value

NetworksHealthSection

MerakiAuthUsers

public INetworksMerakiAuthUsers MerakiAuthUsers { get; }

Property Value

INetworksMerakiAuthUsers

MqttBrokers

public INetworksMqttBrokers MqttBrokers { get; }

Property Value

INetworksMqttBrokers

Netflow

public INetworksNetflow Netflow { get; }

Property Value

INetworksNetflow

Pii

public NetworksPiiSection Pii { get; }

Property Value

NetworksPiiSection

Settings

public INetworksSettings Settings { get; }

Property Value

INetworksSettings

Snmp

public INetworksSnmp Snmp { get; }

Property Value

INetworksSnmp

SplashLoginAttempts

public INetworksSplashLoginAttempts SplashLoginAttempts { get; }

Property Value

INetworksSplashLoginAttempts

SyslogServers

public INetworksSyslogServers SyslogServers { get; }

Property Value

INetworksSyslogServers

Traffic

public INetworksTraffic Traffic { get; }

Property Value

INetworksTraffic

TrafficAnalysis

public INetworksTrafficAnalysis TrafficAnalysis { get; }

Property Value

INetworksTrafficAnalysis

TrafficShaping

public NetworksTrafficShapingSection TrafficShaping { get; }

Property Value

NetworksTrafficShapingSection

VlanProfiles

public INetworksVlanProfiles VlanProfiles { get; }

Property Value

INetworksVlanProfiles

Webhooks

public NetworksWebhooksSection Webhooks { get; }

Property Value

NetworksWebhooksSection

Methods

BindNetworkAsync(string, ConfigurationTemplateBindRequest, CancellationToken)

public Task BindNetworkAsync(string networkId, ConfigurationTemplateBindRequest configurationTemplateBindRequest, CancellationToken cancellationToken = default)

Parameters

networkId string
configurationTemplateBindRequest ConfigurationTemplateBindRequest
cancellationToken CancellationToken

Returns

Task

DeleteNetworkAsync(string, CancellationToken)

public Task DeleteNetworkAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task

GetNetworkAsync(string, CancellationToken)

public Task<Network> GetNetworkAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<Network>

SplitNetworkAsync(string, CancellationToken)

public Task<SplitNetworkResponse> SplitNetworkAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<SplitNetworkResponse>

UnbindNetworkAsync(string, bool?, CancellationToken)

public Task<Network> UnbindNetworkAsync(string networkId, bool? RetainConfigs = null, CancellationToken cancellationToken = default)

Parameters

networkId string
RetainConfigs bool?
cancellationToken CancellationToken

Returns

Task<Network>

UpdateNetworkAsync(string, NetworkUpdateRequest, CancellationToken)

public Task<Network> UpdateNetworkAsync(string networkId, NetworkUpdateRequest networkUpdateRequest, CancellationToken cancellationToken = default)

Parameters

networkId string
networkUpdateRequest NetworkUpdateRequest
cancellationToken CancellationToken

Returns

Task<Network>