Skip to content
Snippets Groups Projects
Verified Commit 5f3c12bb authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update docstring in edgeport

parent ea06b9e1
No related branches found
No related tags found
1 merge request!286Add Edge Port, GÉANT IP and IAS products
......@@ -54,6 +54,9 @@ Glossary of terms
JSON
JavaScript Object Notation
LACP
Link Aggregation Control Protocol
LAG
Link Aggregation: a bundle of multiple network connections.
......
......@@ -112,11 +112,11 @@ class EdgePortBlock(EdgePortBlockProvisioning, lifecycle=[SubscriptionLifecycle.
#: The router that this edge port is connected to.
edge_port_node: RouterBlock
#: The name of the edge port, in our case, corresponds to the name of the LAG interface.
#: The name of the edge port, in our case, corresponds to the name of the :term:`LAG` interface.
edge_port_name: str
#: A description of the edge port.
edge_port_description: str | None = None
#: Indicates whether LACP (Link Aggregation Control Protocol) is enabled for this edge port.
#: Indicates whether :term:`LACP` is enabled for this edge port.
edge_port_enable_lacp: bool
#: The type of encapsulation used on this edge port, by default DOT1Q.
edge_port_encapsulation: EncapsulationType = EncapsulationType.DOT1Q
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment