GetSubnetDhcpAddressRange

data class GetSubnetDhcpAddressRange(val firstAddress: String, val lastAddress: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first IP address of the range.

Link copied to clipboard

The last IP address of the range.