RouteArgs

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

Route - Route resource.

Constructors

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

Properties

Link copied to clipboard
val addressPrefix: Output<String>? = null

The destination CIDR to which the route applies.

Link copied to clipboard
val name: Output<String>? = null

Name - name of the subnet

Link copied to clipboard
val nextHopIpAddress: Output<String>? = null

The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

Functions

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