Package version:

The dnsServers of a device.

interface IpPools {
    endingAddress?: string;
    startingAddress?: string;
}

Properties

endingAddress?: string

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.

startingAddress?: string

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.