Class SwitchPortUpdateVlanRequest
A device switch port update request to change the VLAN settings.
[DataContract]
public class SwitchPortUpdateVlanRequest
- Inheritance
-
SwitchPortUpdateVlanRequest
- Inherited Members
Constructors
SwitchPortUpdateVlanRequest()
public SwitchPortUpdateVlanRequest()
Properties
Vlan
The VLAN of the switch port. A null value will clear the value set for trunk ports.
[DataMember(Name = "vlan")]
[JsonProperty(NullValueHandling = NullValueHandling.Include)]
public int? Vlan { get; set; }
Property Value
- int?