Super pop switch
Product block for Super PoP Switch products.
SuperPopSwitchBlockInactive
Bases: ProductBlockModel
A Super PoP switch that's being currently inactive. See SuperPoPSwitchBlock
.
Source code in gso/products/product_blocks/super_pop_switch.py
SuperPopSwitchBlockProvisioning
Bases: SuperPopSwitchBlockInactive
A Super PoP switch that's being provisioned. See SuperPoPSwitchBlock
.
Source code in gso/products/product_blocks/super_pop_switch.py
SuperPopSwitchBlock
Bases: SuperPopSwitchBlockProvisioning
A Super PoP switch that's currently deployed in the network.
Attributes:
Name | Type | Description |
---|---|---|
super_pop_switch_fqdn |
str
|
Super PoP switch FQDN. |
super_pop_switch_ts_port |
PortNumber
|
The port of the terminal server that this Super PoP switch is connected to. Used to offer out of band access. |
super_pop_switch_mgmt_ipv4_address |
IPv4AddressType
|
The IPv4 management address of the Super PoP switch. |
super_pop_switch_site |
SiteBlock
|
The |
vendor |
Vendor
|
The vendor of a Super PoP switch. Defaults to Juniper. |