IpPoolsArgs

data class IpPoolsArgs(val endingAddress: Output<String>? = null, val startingAddress: Output<String>? = null) : ConvertibleToJava<IpPoolsArgs>

The dnsServers of a device.

Constructors

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

Properties

Link copied to clipboard
val endingAddress: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): IpPoolsArgs