Skip to content
Snippets Groups Projects
Verified Commit 68e2b218 authored by Neda Moeini's avatar Neda Moeini Committed by Karel van Klink
Browse files

Improve docstr.

parent 153b3fa3
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class BGPSession(BGPSessionProvisioning, lifecycle=[SubscriptionLifecycle.ACTIVE ...@@ -66,7 +66,7 @@ class BGPSession(BGPSessionProvisioning, lifecycle=[SubscriptionLifecycle.ACTIVE
has_custom_policies: bool has_custom_policies: bool
#: The authentication key of the :term:`BGP` session. #: The authentication key of the :term:`BGP` session.
authentication_key: str authentication_key: str
#: Whether multipath is enabled. #: Whether multi-path is enabled.
multipath_enabled: bool multipath_enabled: bool
#: Whether we send a last resort route. #: Whether we send a last resort route.
send_default_route: bool send_default_route: bool
......
...@@ -18,7 +18,7 @@ from gso.utils.types.interfaces import LAGMemberList, PhysicalPortCapacity ...@@ -18,7 +18,7 @@ from gso.utils.types.interfaces import LAGMemberList, PhysicalPortCapacity
class EncapsulationType(strEnum): class EncapsulationType(strEnum):
"""Enum representing different Ethernet encapsulation service options. """Types of encapsulation for edge ports.
Null supports a single service on the port. Null supports a single service on the port.
Dot1Q supports multiple services for one customer or services for multiple customers. Dot1Q supports multiple services for one customer or services for multiple customers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment