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
fun RouteArgs(addressPrefix: Output<String>? = null, name: Output<String>? = null, nextHopIpAddress: Output<String>? = null)

Functions

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

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.