BGPCommunity Class

Contains bgp community information offered in Service Community resources.

Inheritance
azure.mgmt.network._serialization.Model
BGPCommunity

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
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

The prefixes that the bgp community contains.

is_authorized_to_use

Customer is authorized to use bgp community or not.

service_group
str

The service group of the bgp community contains.

Variables

Name Description
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

The prefixes that the bgp community contains.

is_authorized_to_use

Customer is authorized to use bgp community or not.

service_group
str

The service group of the bgp community contains.