Table of Contents

Class SwitchStack

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

A switch stack

[DataContract]
public class SwitchStack : NamedIdentifiedItem
Inheritance
SwitchStack
Inherited Members

Constructors

SwitchStack()

public SwitchStack()

Fields

MaxNameLength

Maximum length for switch stack name

public const int MaxNameLength = 38

Field Value

int

Properties

IsMonitorOnly

IsMonitorOnly - Undocumented

[Obsolete("This property is deprecated from API v1.61")]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isMonitorOnly")]
public bool IsMonitorOnly { get; set; }

Property Value

bool

Members

Members - Undocumented

[Obsolete("This property is deprecated from API v1.61")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "members")]
public List<SwitchStackMember> Members { get; set; }

Property Value

List<SwitchStackMember>

Serials

Serials

[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }

Property Value

List<string>

VirtualMac

The virtual MAC address of the switch stack

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "virtualMac")]
public string? VirtualMac { get; set; }

Property Value

string

WorkflowId

ID of the workflow

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "workflowId")]
public string? WorkflowId { get; set; }

Property Value

string