Parameter Class
Parameters for an Action.
Constructor
Parameter(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
route_prefix
|
List of route prefixes. |
|
community
|
List of BGP communities. |
|
as_path
|
List of AS paths. |
Attributes
as_path
List of AS paths.
as_path: list[str] | None
community
List of BGP communities.
community: list[str] | None
route_prefix
List of route prefixes.
route_prefix: list[str] | None