Class SsidNamedVlansTaggingByApTag
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.
[DataContract]
public class SsidNamedVlansTaggingByApTag
- Inheritance
-
SsidNamedVlansTaggingByApTag
- Inherited Members
Properties
Tags
List of AP tags.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }
Property Value
VlanName
VLAN name that will be used to tag traffic.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanName")]
public string? VlanName { get; set; }