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, is_authorized_to_use: typing.Union[bool, NoneType] = None, service_group: typing.Union[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.

is_authorized_to_use
bool

Customer is authorized to use bgp community or not.

service_group
str

The service group of the bgp community contains.