Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteTable

Package version

Route table resource.

Hierarchy

Index

Properties

Optional disableBgpRoutePropagation

disableBgpRoutePropagation: undefined | false | true

Gets or sets whether to disable the routes learned by BGP on that route table. True means disable.

Optional etag

etag: undefined | string

Gets a unique read-only string that changes whenever the resource is updated.

Optional id

id: undefined | string

Resource ID.

Optional location

location: undefined | string

Resource location.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Optional routes

routes: Route[]

Collection of routes contained within a route table.

Optional subnets

subnets: Subnet[]

A collection of references to subnets. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object

Resource tags.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc