SubnetDhcpAddressRange

data class SubnetDhcpAddressRange(val firstAddress: String? = null, val lastAddress: String? = null)

Constructors

Link copied to clipboard
constructor(firstAddress: String? = null, lastAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val firstAddress: String? = null

(Output) The first IP address of the range.

Link copied to clipboard
val lastAddress: String? = null

(Output) The last IP address of the range.