BgpServiceCommunity Class

Service Community Properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_04_01.models._models_py3.Resource
BgpServiceCommunity

Constructor

BgpServiceCommunity(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, service_name: typing.Union[str, NoneType] = None, bgp_communities: typing.Union[typing.List[_ForwardRef('BGPCommunity')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

service_name
str

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

bgp_communities
list[BGPCommunity]

A list of bgp communities.

Variables

name
str

Resource name.

type
str

Resource type.