Switch management
Product blocks for all lifecycle states of a Switch Management product.
SwitchManagementBlockInactive
Bases: ProductBlockModel
A Switch Management that's currently inactive, see SwitchManagementBlock.
Source code in gso/products/product_blocks/switch_management.py
SwitchManagementBlockBlockProvisioning
Bases: SwitchManagementBlockInactive
A Switch Management that's currently being provisioned, see SwitchManagementBlock.
Source code in gso/products/product_blocks/switch_management.py
SwitchManagementBlock
Bases: SwitchManagementBlockBlockProvisioning
A Switch Management that's currently deployed in the network.
Attributes:
| Name | Type | Description |
|---|---|---|
management_interface |
L3InterfacePortBlock
|
The interface that this Switch Management is deployed on. |
dcn_interface |
L3InterfacePortBlock | None
|
The DC network interface for this Switch Management. |