VnetRouteResponse

data class VnetRouteResponse(val bgpConnections: List<SubResourceResponse>, val staticRoutes: List<StaticRouteResponse>? = null, val staticRoutesConfig: StaticRoutesConfigResponse? = null)

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

Constructors

Link copied to clipboard
constructor(bgpConnections: List<SubResourceResponse>, staticRoutes: List<StaticRouteResponse>? = null, staticRoutesConfig: StaticRoutesConfigResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of references to HubBgpConnection objects.

Link copied to clipboard

List of all Static Routes.

Link copied to clipboard

Configuration for static routes on this HubVnetConnection.