HciLogicalNetworkSubnetIpPoolArgs

data class HciLogicalNetworkSubnetIpPoolArgs(val end: Output<String>, val start: Output<String>) : ConvertibleToJava<HciLogicalNetworkSubnetIpPoolArgs>

Constructors

Link copied to clipboard
constructor(end: Output<String>, start: Output<String>)

Properties

Link copied to clipboard
val end: Output<String>

The IPv4 address of the end of the IP address pool. Changing this forces a new resource to be created.

Link copied to clipboard
val start: Output<String>

The IPv4 address of the start of the IP address pool. Changing this forces a new resource to be created.

Functions

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