Table of Contents

Class VlansEnabledState

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

Vlans Enabled State

[DataContract]
public class VlansEnabledState
Inheritance
VlansEnabledState
Inherited Members

Properties

Enabled

Boolean indicating whether to enable (true) or disable (false) VLANs for the network

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

Property Value

bool?

Boolean indicating whether to enable (true) or disable (false) VLANs for the network