Class NetworkCellularGatewayDhcp
Network Cellular Gateway Dhcp
[DataContract]
public class NetworkCellularGatewayDhcp
- Inheritance
-
NetworkCellularGatewayDhcp
- Inherited Members
Constructors
NetworkCellularGatewayDhcp()
public NetworkCellularGatewayDhcp()
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
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
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; }