Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EffectiveRoute

Package version

Effective Route

Hierarchy

  • EffectiveRoute

Index

Properties

Optional addressPrefix

addressPrefix: string[]

The address prefixes of the effective routes in CIDR notation.

Optional name

name: undefined | string

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

Optional nextHopIpAddress

nextHopIpAddress: string[]

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

Optional nextHopType

nextHopType: RouteNextHopType

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

Optional source

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

Optional state

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

Generated using TypeDoc