HciLogicalNetworkSubnetRoute

data class HciLogicalNetworkSubnetRoute(val addressPrefix: String, val name: String? = null, val nextHopIpAddress: String)

Constructors

Link copied to clipboard
constructor(addressPrefix: String, name: String? = null, nextHopIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Address in CIDR notation. Changing this forces a new resource to be created.

Link copied to clipboard
val name: String? = null

The name of the route. Changing this forces a new resource to be created.

Link copied to clipboard

The IPv4 address of the next hop. Changing this forces a new resource to be created.