Skip to content
Snippets Groups Projects
Commit 4f50e52a authored by Neda Moeini's avatar Neda Moeini
Browse files

Fixed documentation issues.

parent 1d027dae
No related branches found
No related tags found
1 merge request!186Added switch, LAN switch interconnect and pop VLAN products.
......@@ -81,3 +81,6 @@ Glossary of terms
WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_
LAN
Local Area Network
......@@ -89,13 +89,13 @@ class PopVlanBlock(PopVlanBlockProvisioning, lifecycle=[SubscriptionLifecycle.AC
vlan_id: int
#: The description of the Pop VLAN.
pop_vlan_description: str
#: The Lan Switch Interconnect that this Pop VLAN is connected to.
#: The LAN Switch Interconnect that this Pop VLAN is connected to.
lan_switch_interconnect: LanSwitchInterconnectBlock
#: The ports of the Pop VLAN.
ports: PortList[PopVlanPortBlock]
#: The level of the layer preference for the Pop VLAN (L2 or L3).
layer_preference: LayerPreference
#: IPv4 network for the Pop VLAN if layer_preference is L3.
#: IPv4 network for the Pop VLAN if layer preference is L3.
ipv4_network: IPv4Network | None = None
#: IPv6 network for the Pop VLAN if layer_preference is L3.
#: IPv6 network for the Pop VLAN if layer preference is L3.
ipv6_network: IPv6Network | None = None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment