Table of Contents

Class DeviceApplianceUplinkSettingsInterfacesWanPppoe

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

DeviceApplianceUplinkSettingsInterfacesWanPppoeAuthentication

Enabled

Whether PPPoE is enabled.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?