Parameter interface
Parameters for an Action.
Properties
as |
List of AS paths. |
community | List of BGP communities. |
route |
List of route prefixes. |
Property Details
asPath
List of AS paths.
asPath?: string[]
Property Value
string[]
community
List of BGP communities.
community?: string[]
Property Value
string[]
routePrefix
List of route prefixes.
routePrefix?: string[]
Property Value
string[]