ExpressRouteConnectionRoutingArgs

data class ExpressRouteConnectionRoutingArgs(val associatedRouteTableId: Output<String>? = null, val inboundRouteMapId: Output<String>? = null, val outboundRouteMapId: Output<String>? = null, val propagatedRouteTable: Output<ExpressRouteConnectionRoutingPropagatedRouteTableArgs>? = null) : ConvertibleToJava<ExpressRouteConnectionRoutingArgs>

Constructors

Link copied to clipboard
constructor(associatedRouteTableId: Output<String>? = null, inboundRouteMapId: Output<String>? = null, outboundRouteMapId: Output<String>? = null, propagatedRouteTable: Output<ExpressRouteConnectionRoutingPropagatedRouteTableArgs>? = null)

Properties

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

The ID of the Virtual Hub Route Table associated with this Express Route Connection.

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

The ID of the Route Map associated with this Express Route Connection for inbound routes.

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

The ID of the Route Map associated with this Express Route Connection for outbound routes.

Link copied to clipboard

A propagated_route_table block as defined below.

Functions

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