Parameter Class
Parameters for an Action.
- Inheritance
-
azure.mgmt.network._serialization.ModelParameter
Constructor
Parameter(*, route_prefix: List[str] | None = None, community: List[str] | None = None, as_path: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
route_prefix
|
List of route prefixes. |
community
|
List of BGP communities. |
as_path
|
List of AS paths. |
Variables
Name | Description |
---|---|
route_prefix
|
List of route prefixes. |
community
|
List of BGP communities. |
as_path
|
List of AS paths. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python