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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python