EffectiveRoute interface

Effective Route

Properties

addressPrefix

The address prefixes of the effective routes in CIDR notation.

name

The name of the user defined route. This is optional.

nextHopIpAddress

The IP address of the next hop of the effective route.

nextHopType

The type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'.

source

Who created the route. Possible values are: 'Unknown', 'User', 'VirtualNetworkGateway', and 'Default'.

state

The value of effective route. Possible values are: 'Active' and 'Invalid'.

Property Details

addressPrefix

The address prefixes of the effective routes in CIDR notation.

addressPrefix?: string[]

Property Value

string[]

name

The name of the user defined route. This is optional.

name?: string

Property Value

string

nextHopIpAddress

The IP address of the next hop of the effective route.

nextHopIpAddress?: string[]

Property Value

string[]

nextHopType

The type of Azure hop the packet should be sent to. Possible values are: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', and 'None'.

nextHopType?: string

Property Value

string

source

Who created the route. Possible values are: 'Unknown', 'User', 'VirtualNetworkGateway', and 'Default'.

source?: string

Property Value

string

state

The value of effective route. Possible values are: 'Active' and 'Invalid'.

state?: string

Property Value

string