Table of Contents

Class VlanProfileAssignment

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

Vlan Profile Reassignment Response

[DataContract]
public class VlanProfileAssignment
Inheritance
VlanProfileAssignment
Inherited Members

Properties

Serials

Array of Device Serials

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

Property Value

List<string>

StackIds

Array of Switch Stack IDs

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

Property Value

List<string>

VlanProfile

The VLAN Profile

[DataMember(Name = "vlanProfile")]
public VlanProfileAssignmentVlanProfile? VlanProfile { get; set; }

Property Value

VlanProfileAssignmentVlanProfile