Table of Contents

Class SsidAccessControlVlan

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

SSID access control VLAN settings

[DataContract]
public class SsidAccessControlVlan
Inheritance
SsidAccessControlVlan
Inherited Members

Constructors

SsidAccessControlVlan()

public SsidAccessControlVlan()

Properties

Enabled

Whether VLAN is enabled

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

Property Value

bool?

Tag

The VLAN tag

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

Property Value

string