Share via


RouteTablePropertiesFormat interface

Route Table resource.

Properties

disableBgpRoutePropagation

Whether to disable the routes learned by BGP on that route table. True means disable.

routes

Collection of routes contained within a route table.

Property Details

disableBgpRoutePropagation

Whether to disable the routes learned by BGP on that route table. True means disable.

disableBgpRoutePropagation?: boolean

Property Value

boolean

routes

Collection of routes contained within a route table.

routes?: Route[]

Property Value

Route[]