RouteTableRouteArgs

data class RouteTableRouteArgs(val addressPrefix: Output<String>, val name: Output<String>, val nextHopInIpAddress: Output<String>? = null, val nextHopType: Output<String>) : ConvertibleToJava<RouteTableRouteArgs>

Constructors

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

Properties

Link copied to clipboard
val addressPrefix: Output<String>

The destination to which the route applies. Can be CIDR (such as 10.1.0.0/16) or Azure Service Tag (such as ApiManagement, AzureBackup or AzureMonitor) format.

Link copied to clipboard
val name: Output<String>

The name of the route.

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

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

Link copied to clipboard
val nextHopType: Output<String>

The type of Azure hop the packet should be sent to. Possible values are VirtualNetworkGateway, VnetLocal, Internet, VirtualAppliance and None.

Functions

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