Class ApTagsAndVlanId
ApTagsAndVlanId
[DataContract]
public class ApTagsAndVlanId
- Inheritance
-
ApTagsAndVlanId
- Inherited Members
Properties
Tags
Comma-separated list of AP tags
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
VlanId
Numerical identifier that is assigned to the VLAN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanId")]
public int? VlanId { get; set; }
Property Value
- int?