Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
5f3c12bb
Verified
Commit
5f3c12bb
authored
6 months ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
Update docstring in edgeport
parent
ea06b9e1
No related branches found
No related tags found
1 merge request
!286
Add Edge Port, GÉANT IP and IAS products
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/glossary.rst
+3
-0
3 additions, 0 deletions
docs/source/glossary.rst
gso/products/product_blocks/edge_port.py
+2
-2
2 additions, 2 deletions
gso/products/product_blocks/edge_port.py
with
5 additions
and
2 deletions
docs/source/glossary.rst
+
3
−
0
View file @
5f3c12bb
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
gso/products/product_blocks/edge_port.py
+
2
−
2
View file @
5f3c12bb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment