Lan switch interconnect
LAN Switch Interconnect product block that has all parameters of a subscription throughout its lifecycle.
LanSwitchInterconnectInterfaceBlockInactive
Bases: ProductBlockModel
An inactive LAN Switch Interconnect interface.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectInterfaceBlockProvisioning
Bases: LanSwitchInterconnectInterfaceBlockInactive
A LAN Switch Interconnect interface that is being provisioned.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectInterfaceBlock
Bases: LanSwitchInterconnectInterfaceBlockProvisioning
An active Switch Interconnect interface.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectRouterSideBlockInactive
Bases: ProductBlockModel
An inactive LAN Switch Interconnect router side.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectRouterSideBlockProvisioning
Bases: LanSwitchInterconnectRouterSideBlockInactive
A LAN Switch Interconnect router side that is being provisioned.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectRouterSideBlock
Bases: LanSwitchInterconnectRouterSideBlockProvisioning
An active LAN Switch Interconnect router side.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectSwitchSideBlockInactive
Bases: ProductBlockModel
An inactive LAN Switch Interconnect switch side.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectSwitchSideBlockProvisioning
Bases: LanSwitchInterconnectSwitchSideBlockInactive
A LAN Switch Interconnect switch side that is being provisioned.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectSwitchSideBlock
Bases: LanSwitchInterconnectSwitchSideBlockProvisioning
An active LAN Switch Interconnect switch side.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectBlockInactive
Bases: ProductBlockModel
A LAN Switch Interconnect that's currently inactive, see LanSwitchInterconnectBlock
.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectBlockProvisioning
Bases: LanSwitchInterconnectBlockInactive
A LAN Switch Interconnect that's currently being provisioned, see LanSwitchInterconnectBlock
.
Source code in gso/products/product_blocks/lan_switch_interconnect.py
LanSwitchInterconnectBlock
Bases: LanSwitchInterconnectBlockProvisioning
A LAN Switch Interconnect that's currently deployed in the network.
Attributes:
Name | Type | Description |
---|---|---|
lan_switch_interconnect_description |
str
|
A human-readable description of this LAN Switch Interconnect. |
minimum_links |
int
|
The minimum amount of links the LAN Switch Interconnect should consist of. |
switch_management_vlan_id |
VLAN_ID
|
VLAN ID for the switch management network. |
dcn_management_vlan_id |
VLAN_ID | None
|
VLAN ID for the DCN management network, if the site of this product contains optical equipment. |
router_side |
LanSwitchInterconnectRouterSideBlock
|
The router side of the LAN Switch Interconnect. |
switch_side |
LanSwitchInterconnectSwitchSideBlock
|
The switch side of the LAN Switch Interconnect. |