Table of Contents

Class NetworkCellularGatewayDhcp

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

Network Cellular Gateway Dhcp

[DataContract]
public class NetworkCellularGatewayDhcp
Inheritance
NetworkCellularGatewayDhcp
Inherited Members

Properties

DhcpLeaseTime

DHCP Lease time for all MG of the network. It can be '30 minutes', '1 hour', '4 hours', '12 hours', '1 day' or '1 week'.

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

Property Value

string

DnsCustomNameservers

list of fixed IP representing the DNS Name servers when the mode is 'custom'

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

Property Value

List<string>

DnsNameservers

DNS name servers mode for all MG of the network. It can take 4 different values: 'upstream_dns', 'google_dns', 'opendns', 'custom'.

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

Property Value

string