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
Merge requests
!52
Feature/nat 212 213
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/nat 212 213
feature/nat-212-213
into
develop
Overview
0
Commits
31
Pipelines
10
Changes
2
Merged
JORGE SASIAIN
requested to merge
feature/nat-212-213
into
develop
1 year ago
Overview
0
Commits
31
Pipelines
10
Changes
2
Expand
This PR covers NAT-212 and NAT-213.
0
0
Merge request reports
Viewing commit
3d68aec1
Prev
Next
Show latest version
2 files
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3d68aec1
document product types
· 3d68aec1
Karel van Klink
authored
1 year ago
gso/products/product_types/__init__.py
+
6
−
0
Options
"""
Product types define the different products that are available.
Multiple product blocks may insist on a single product type. In that sense, a product type is a mode general description
of a product. For example, the product type {class}`Device` must either be a router or a switch, both being separate
product blocks.
"""
Loading