共用方式為


Action Class

Definition

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

public class Action
type Action = class
Public Class Action
Inheritance
Action

Constructors

Action()

Initializes a new instance of the Action class.

Action(String, IList<Parameter>)

Initializes a new instance of the Action class.

Properties

Parameters

Gets or sets 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

Gets or sets type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'. Possible values include: 'Unknown', 'Remove', 'Add', 'Replace', 'Drop'

Applies to