Class SsidNamedVlansTagging
VLAN tagging settings. This param is only valid when ipAssignmentMode is 'Bridge mode' or 'Layer 3 roaming'.
[DataContract]
public class SsidNamedVlansTagging
- Inheritance
-
SsidNamedVlansTagging
- Inherited Members
Properties
ByApTags
The list of AP tags and VLAN names used for named VLAN tagging. If an AP has a tag matching one in the list, then traffic on this SSID will be directed to use the VLAN name associated to the tag.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "byApTags")]
public List<SsidNamedVlansTaggingByApTag>? ByApTags { get; set; }
Property Value
DefaultVlanName
The default VLAN name used to tag traffic in the absence of a matching AP tag.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "defaultVlanName")]
public string? DefaultVlanName { get; set; }
Property Value
Enabled
Whether or not traffic should be directed to use specific VLAN names.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?