BGPCommunity Class
Contains bgp community information offered in Service Community resources.
- Inheritance
-
azure.mgmt.network._serialization.ModelBGPCommunity
Constructor
BGPCommunity(*, service_supported_region: str | None = None, community_name: str | None = None, community_value: str | None = None, community_prefixes: List[str] | None = None, is_authorized_to_use: bool | None = None, service_group: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
service_supported_region
|
The region which the service support. e.g. For O365, region is Global. |
community_name
|
The name of the bgp community. e.g. Skype. |
community_value
|
The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. |
community_prefixes
|
The prefixes that the bgp community contains. |
is_authorized_to_use
|
Customer is authorized to use bgp community or not. |
service_group
|
The service group of the bgp community contains. |
Variables
Name | Description |
---|---|
service_supported_region
|
The region which the service support. e.g. For O365, region is Global. |
community_name
|
The name of the bgp community. e.g. Skype. |
community_value
|
The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. |
community_prefixes
|
The prefixes that the bgp community contains. |
is_authorized_to_use
|
Customer is authorized to use bgp community or not. |
service_group
|
The service group of the bgp community contains. |
Azure SDK for Python