BgpServiceCommunityPropertiesFormat Class
Properties of Service Community.
Constructor
BgpServiceCommunityPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
service_name
|
The name of the bgp community. e.g. Skype. |
|
bgp_communities
|
A list of bgp communities. |
Attributes
bgp_communities
A list of bgp communities.
bgp_communities: list['_models.BGPCommunity'] | None
service_name
The name of the bgp community. e.g. Skype.
service_name: str | None