Action interface

Action to be taken on a route matching a RouteMap criterion.

Properties

parameters

List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added

type

Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'

Property Details

parameters

List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added

parameters?: Parameter[]

Property Value

type

Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'

type?: string

Property Value

string