HciLogicalNetworkSubnetRouteArgs

data class HciLogicalNetworkSubnetRouteArgs(val addressPrefix: Output<String>, val name: Output<String>? = null, val nextHopIpAddress: Output<String>) : ConvertibleToJava<HciLogicalNetworkSubnetRouteArgs>

Constructors

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

Properties

Link copied to clipboard
val addressPrefix: Output<String>

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

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

Functions

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