HciLogicalNetworkSubnetIpPool

data class HciLogicalNetworkSubnetIpPool(val end: String, val start: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: 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

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