Table of Contents

Class SwitchSettings

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

The switch network settings

[DataContract]
public class SwitchSettings
Inheritance
SwitchSettings
Inherited Members

Properties

MacBlockList

Undocumented macBlockList added 2023-08-25

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "macBlocklist")]
public MacBlockListSettings? MacBlockList { get; set; }

Property Value

MacBlockListSettings

PowerExceptions

Exceptions on a per switch basis to 'useCombinedPower'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "powerExceptions")]
public List<PowerException>? PowerExceptions { get; set; }

Property Value

List<PowerException>

UplinkClientSampling

Uplink Client Sampling - Undocumented

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "uplinkClientSampling")]
public SwitchSettingsUplinkClientSampling? UplinkClientSampling { get; set; }

Property Value

SwitchSettingsUplinkClientSampling

UseCombinedPower

The use Combined Power as the default behavior of secondary power supplies on supported devices.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useCombinedPower")]
public bool? UseCombinedPower { get; set; }

Property Value

bool?

Vlan

Management VLAN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlan")]
public int? Vlan { get; set; }

Property Value

int?