-
- Downloads
Added switch, LAN switch interconnect and pop VLAN products.
parent
f8bc02be
No related branches found
No related tags found
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
Showing
- gso/migrations/versions/2024-03-28_2adf833f02a7_add_switch_lan_switch_interconnect_and_.py 305 additions, 0 deletions...8_2adf833f02a7_add_switch_lan_switch_interconnect_and_.py
- gso/products/__init__.py 12 additions, 0 deletionsgso/products/__init__.py
- gso/products/product_blocks/lan_switch_interconnect.py 149 additions, 0 deletionsgso/products/product_blocks/lan_switch_interconnect.py
- gso/products/product_blocks/pop_vlan.py 167 additions, 0 deletionsgso/products/product_blocks/pop_vlan.py
- gso/products/product_blocks/switch.py 42 additions, 0 deletionsgso/products/product_blocks/switch.py
- gso/products/product_types/lan_switch_interconnect.py 28 additions, 0 deletionsgso/products/product_types/lan_switch_interconnect.py
- gso/products/product_types/pop_vlan.py 24 additions, 0 deletionsgso/products/product_types/pop_vlan.py
- gso/products/product_types/switch.py 24 additions, 0 deletionsgso/products/product_types/switch.py
gso/products/product_blocks/pop_vlan.py
0 → 100644
gso/products/product_blocks/switch.py
0 → 100644
gso/products/product_types/pop_vlan.py
0 → 100644
gso/products/product_types/switch.py
0 → 100644
Please register or sign in to comment