Table of Contents

Class VlanProfileVlanGroup

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

Vlan Profile Named Vlan

[DataContract]
public class VlanProfileVlanGroup
Inheritance
VlanProfileVlanGroup
Inherited Members

Properties

Name

Name of the VLAN, string length must be from 1 to 32 characters

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

Property Value

string

VlanIds

Comma-separated VLAN IDs or ID ranges

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

Property Value

string