BGPCommunity Class

Contains bgp community information offered in Service Community resources.

Inheritance
BGPCommunity

Constructor

BGPCommunity(*, service_supported_region: typing.Union[str, NoneType] = None, community_name: typing.Union[str, NoneType] = None, community_value: typing.Union[str, NoneType] = None, community_prefixes: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

service_supported_region
str

The region which the service support. e.g. For O365, region is Global.

community_name
str

The name of the bgp community. e.g. Skype.

community_value
str

The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing.

community_prefixes
list[str]

The prefixes that the bgp community contains.