Table of Contents

Class VlanProfileVlanName

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

Vlan Profile Named Vlan

[DataContract]
public class VlanProfileVlanName
Inheritance
VlanProfileVlanName
Inherited Members

Properties

AdaptivePolicyGroup

Adaptive Policy Group

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "adaptivePolicyGroup")]
public VlanProfileVlanNameAdaptivePolicyGroup? AdaptivePolicyGroup { get; set; }

Property Value

VlanProfileVlanNameAdaptivePolicyGroup

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

VlanId

VLAN ID

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

Property Value

string