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

Fixed documentation issues.

parent 2158fd3e
No related branches found
No related tags found
No related merge requests found
Pipeline #86217 passed
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
...@@ -81,3 +81,6 @@ Glossary of terms ...@@ -81,3 +81,6 @@ Glossary of terms
WFO WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_ `Workflow Orchestrator <https://workfloworchestrator.org/>`_
LAN
Local Area Network
...@@ -89,13 +89,13 @@ class PopVlanBlock(PopVlanBlockProvisioning, lifecycle=[SubscriptionLifecycle.AC ...@@ -89,13 +89,13 @@ class PopVlanBlock(PopVlanBlockProvisioning, lifecycle=[SubscriptionLifecycle.AC
vlan_id: int vlan_id: int
#: The description of the Pop VLAN. #: The description of the Pop VLAN.
pop_vlan_description: str 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 lan_switch_interconnect: LanSwitchInterconnectBlock
#: The ports of the Pop VLAN. #: The ports of the Pop VLAN.
ports: PortList[PopVlanPortBlock] ports: PortList[PopVlanPortBlock]
#: The level of the layer preference for the Pop VLAN (L2 or L3). #: The level of the layer preference for the Pop VLAN (L2 or L3).
layer_preference: LayerPreference 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 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 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