Class VlanProfileVlanGroup
Vlan Profile Named Vlan
[DataContract]
public class VlanProfileVlanGroup
- Inheritance
-
VlanProfileVlanGroup
- Inherited Members
Properties
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
VlanIds
Comma-separated VLAN IDs or ID ranges
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlanIds")]
public string? VlanIds { get; set; }