IpPoolsResponse

data class IpPoolsResponse(val endingAddress: String? = null, val startingAddress: String? = null)

The dnsServers of a device.

Constructors

Link copied to clipboard
constructor(endingAddress: String? = null, startingAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endingAddress: String? = null

Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.

Link copied to clipboard
val startingAddress: String? = null

Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.