BGPCommunity Class
Contains bgp community information offered in Service Community resources.
Constructor
BGPCommunity(*args: Any, **kwargs: Any)
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. |
Attributes
community_name
The name of the bgp community. e.g. Skype.
community_name: str | None
community_prefixes
The prefixes that the bgp community contains.
community_prefixes: list[str] | None
community_value
The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing.
community_value: str | None
is_authorized_to_use
Customer is authorized to use bgp community or not.
is_authorized_to_use: bool | None
service_group
The service group of the bgp community contains.
service_group: str | None
service_supported_region
The region which the service support. e.g. For O365, region is Global.
service_supported_region: str | None