Table of Contents

Class Override

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

Override1

[DataContract]
public class Override
Inheritance
Override
Inherited Members

Properties

FloodUnknownMulticastTrafficEnabled

Flood unknown multicast traffic setting for switches, switch stacks or switch profiles

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "floodUnknownMulticastTrafficEnabled")]
public bool FloodUnknownMulticastTrafficEnabled { get; set; }

Property Value

bool

IgmpSnoopingEnabled

IGMP snooping setting for switches, switch stacks or switch profiles

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "igmpSnoopingEnabled")]
public bool IgmpSnoopingEnabled { get; set; }

Property Value

bool

Stacks

List of switch stack ids for non-template network

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "stacks")]
public List<string> Stacks { get; set; }

Property Value

List<string>

SwitchProfiles

List of switch profiles ids for template network

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switchProfiles")]
public List<string> SwitchProfiles { get; set; }

Property Value

List<string>

Switches

List of switch serials for non-template network

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switches")]
public List<string> Switches { get; set; }

Property Value

List<string>