Table of Contents

Class SwitchStackCreationRequest

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

CreateNetworkSwitchStack

[DataContract]
public class SwitchStackCreationRequest
Inheritance
SwitchStackCreationRequest
Inherited Members

Properties

Name

The name of the new stack

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

The name of the new stack

Serials

An array of switch serials to be added into the new stack

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

Property Value

List<string>

An array of switch serials to be added into the new stack