RoutingConfigurationResponse

data class RoutingConfigurationResponse(val associatedRouteTable: SubResourceResponse? = null, val inboundRouteMap: SubResourceResponse? = null, val outboundRouteMap: SubResourceResponse? = null, val propagatedRouteTables: PropagatedRouteTableResponse? = null, val vnetRoutes: VnetRouteResponse? = null)

Routing Configuration indicating the associated and propagated route tables for this connection.

Constructors

Link copied to clipboard
constructor(associatedRouteTable: SubResourceResponse? = null, inboundRouteMap: SubResourceResponse? = null, outboundRouteMap: SubResourceResponse? = null, propagatedRouteTables: PropagatedRouteTableResponse? = null, vnetRoutes: VnetRouteResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource id RouteTable associated with this RoutingConfiguration.

Link copied to clipboard

The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.

Link copied to clipboard

The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.

Link copied to clipboard

The list of RouteTables to advertise the routes to.

Link copied to clipboard

List of routes that control routing from VirtualHub into a virtual network connection.