Table of Contents

Class DeviceApplianceUplinkSettingsInterfacesWanPppoeAuthentication

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

Uplink Wan Pppoe Authentication Settings for an MX Appliance

[DataContract]
public class DeviceApplianceUplinkSettingsInterfacesWanPppoeAuthentication
Inheritance
DeviceApplianceUplinkSettingsInterfacesWanPppoeAuthentication
Inherited Members

Properties

Enabled

Whether PPPoE authentication is enabled.

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

Property Value

bool?

Password

Password for pppoe authenticaion, this parameter is not returned

[ApiAccess(ApiAccess.Update)]
[DataMember(Name = "password")]
public string? Password { get; set; }

Property Value

string

Username

Username for PPPoE authentication.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "username")]
public string? Username { get; set; }

Property Value

string