BGPCommunity Class
Contains bgp community information offered in Service Community resources.
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. Default value: None
|
|
community_name
|
The name of the bgp community. e.g. Skype. Default value: None
|
|
community_value
|
The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. Default value: None
|
|
community_prefixes
|
The prefixes that the bgp community contains. Default value: None
|
|
is_authorized_to_use
|
Customer is authorized to use bgp community or not. Default value: None
|
|
service_group
|
The service group of the bgp community contains. Default value: None
|
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. |