Table of Contents

Class SwitchPortStackwiseVirtual

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

Stackwise Virtual settings for the switch port

[DataContract]
public class SwitchPortStackwiseVirtual
Inheritance
SwitchPortStackwiseVirtual
Inherited Members

Properties

IsDualActiveDetector

For SVL devices, whether or not the port is used for Dual Active Detection.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isDualActiveDetector")]
public bool? IsDualActiveDetector { get; set; }

Property Value

bool?

For SVL devices, whether or not the port is used for StackWise Virtual Link.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isStackWiseVirtualLink")]
public bool? IsStackWiseVirtualLink { get; set; }

Property Value

bool?