Class VlanTagging
The VLAN tagging settings for your group policy. Only available if your network has a wireless configuration.
[DataContract]
public class VlanTagging
- Inheritance
-
VlanTagging
- Inherited Members
Properties
Settings
Gets or Sets Settings
[DataMember(Name = "settings")]
[ApiAccess(ApiAccess.ReadWrite)]
public Setting Settings { get; set; }
Property Value
VlanId
The ID of the vlan you want to tag. This only applies if 'settings' is set to 'custom'.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlanId")]
public string? VlanId { get; set; }