Class DeviceApplianceUplinkSettingsInterfacesWanVlanTagging
Uplink Wan Pppoe Settings for an MX Appliance
[DataContract]
public class DeviceApplianceUplinkSettingsInterfacesWanVlanTagging
- Inheritance
-
DeviceApplianceUplinkSettingsInterfacesWanVlanTagging
- Inherited Members
Properties
Enabled
Whether VLAN tagging is enabled.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
VlanId
The ID of the VLAN to use for VLAN tagging.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanId")]
public int? VlanId { get; set; }
Property Value
- int?