Class DeviceApplianceUplinkSettingsInterfacesWanPppoe
Uplink Wan Pppoe Settings for an MX Appliance
[DataContract]
public class DeviceApplianceUplinkSettingsInterfacesWanPppoe
- Inheritance
-
DeviceApplianceUplinkSettingsInterfacesWanPppoe
- Inherited Members
Properties
Authentication
Settings for PPPoE Authentication.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "authentication")]
public DeviceApplianceUplinkSettingsInterfacesWanPppoeAuthentication? Authentication { get; set; }
Property Value
Enabled
Whether PPPoE is enabled.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?