BgpServiceCommunity Class
Service Community Properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_11_01.models._models_py3.ResourceBgpServiceCommunity
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.
- 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.
Feedback
Submit and view feedback for