Table of Contents

Class SwitchSettingsStp

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

UpdateNetworkSwitchSettingsStp

[DataContract]
public class SwitchSettingsStp
Inheritance
SwitchSettingsStp
Inherited Members

Properties

RstpEnabled

The spanning tree protocol status in network

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

Property Value

bool?

StpBridgePriority

STP bridge priority for switches/stacks or switch profiles. An empty array will clear the STP bridge priority settings.

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

Property Value

List<StpBridgePriority>