L3 core service
Product blocks for Layer 3 Core Service products.
AccessPortInactive
Bases: ProductBlockModel
An access port for an R&E service that is inactive.
Source code in gso/products/product_blocks/l3_core_service.py
AccessPortProvisioning
Bases: AccessPortInactive
An access port for an R&E service that is being provisioned.
Source code in gso/products/product_blocks/l3_core_service.py
AccessPort
Bases: AccessPortProvisioning
An access port for an R&E service.
Attributes:
| Name | Type | Description |
|---|---|---|
ap_type |
APType
|
The type of Access Port |
sbp |
ServiceBindingPort
|
The corresponding SBP of this Access Port. |
custom_service_name |
str | None
|
The name of the custom service, if any. |
Source code in gso/products/product_blocks/l3_core_service.py
L3CoreServiceBlockInactive
Bases: ProductBlockModel
An inactive L3 Core service subscription. See L3CoreServiceBlock.
Source code in gso/products/product_blocks/l3_core_service.py
L3CoreServiceBlockProvisioning
Bases: L3CoreServiceBlockInactive
A provisioning L3 Core Service subscription. See L3CoreServiceBlock.
Source code in gso/products/product_blocks/l3_core_service.py
L3CoreServiceBlock
Bases: L3CoreServiceBlockProvisioning
An active L3 Core Service subscription block.
Attributes:
| Name | Type | Description |
|---|---|---|
ap_list |
list[AccessPort]
|
The list of Access Points where this service is present. |