Ip Pools Args
data class IpPoolsArgs(val endingAddress: Output<String>? = null, val startingAddress: Output<String>? = null) : ConvertibleToJava<IpPoolsArgs>
The dnsServers of a device.
Properties
Link copied to clipboard
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
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.