MagicTransitSiteLanStaticAddressingDhcpServer

data class MagicTransitSiteLanStaticAddressingDhcpServer(val dhcpPoolEnd: String? = null, val dhcpPoolStart: String? = null, val dnsServer: String? = null, val dnsServers: List<String>? = null, val reservations: Map<String, String>? = null)

Constructors

constructor(dhcpPoolEnd: String? = null, dhcpPoolStart: String? = null, dnsServer: String? = null, dnsServers: List<String>? = null, reservations: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dhcpPoolEnd: String? = null

A valid IPv4 address.

Link copied to clipboard
val dhcpPoolStart: String? = null

A valid IPv4 address.

Link copied to clipboard
val dnsServer: String? = null

A valid IPv4 address.

Link copied to clipboard
val dnsServers: List<String>? = null
Link copied to clipboard
val reservations: Map<String, String>? = null

Mapping of MAC addresses to IP addresses