Table of Contents

Class LanConfiguration

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

LAN configuration

[DataContract]
public class LanConfiguration
Inheritance
LanConfiguration
Inherited Members

Properties

ApplianceIp

Appliance ip

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "applianceIp")]
public string ApplianceIp { get; set; }

Property Value

string

DhcpBootOptionsEnabled

DhcpBootOptionsEnabled - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpBootOptionsEnabled")]
public bool DhcpBootOptionsEnabled { get; set; }

Property Value

bool

DhcpHandling

DhcpHandling - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpHandling")]
public string DhcpHandling { get; set; }

Property Value

string

DhcpLeaseTime

DhcpLeaseTime - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpLeaseTime")]
public string DhcpLeaseTime { get; set; }

Property Value

string

DhcpOptions

DhcpOptions - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpOptions")]
public List<object> DhcpOptions { get; set; }

Property Value

List<object>

DnsCustomNameservers

DnsCustomNameservers - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dnsCustomNameservers")]
public List<object> DnsCustomNameservers { get; set; }

Property Value

List<object>

DnsNameservers

DnsNameservers - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dnsNameservers")]
public string DnsNameservers { get; set; }

Property Value

string

FixedIpAssignments

FixedIpAssignments - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "fixedIpAssignments")]
public object FixedIpAssignments { get; set; }

Property Value

object

Ipv6

ipV6

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ipv6")]
public LanConfigurationIpv6? Ipv6 { get; set; }

Property Value

LanConfigurationIpv6

MandatoryDhcp

mandatoryDhcp - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mandatoryDhcp")]
public MandatoryDhcp MandatoryDhcp { get; set; }

Property Value

MandatoryDhcp

ReservedIpRanges

ReservedIpRanges - No documentation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "reservedIpRanges")]
public List<object> ReservedIpRanges { get; set; }

Property Value

List<object>

Subnet

Subnet

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }

Property Value

string