Commercial peer
Commercial Peer Product Blocks.
SessionState
Bases: strEnum
Session state of the Peering connection.
Source code in gso/products/product_blocks/commercial_peer.py
PROVISIONED = 'provisioning'
class-attribute
instance-attribute
Provisioning.
ACTIVE = 'active'
class-attribute
instance-attribute
Active.
DISABLED = 'disabled'
class-attribute
instance-attribute
Disabled.
PeeringConnectionInactive
Bases: ProductBlockModel
A Peering Connection that's currently inactive. See PeeringConnectionBlock
.
Source code in gso/products/product_blocks/commercial_peer.py
PeeringConnectionProvisioning
Bases: PeeringConnectionInactive
A Peering Connection that's currently being provisioned. See PeeringConnectionBlock
.
Source code in gso/products/product_blocks/commercial_peer.py
PeeringConnection
Bases: PeeringConnectionProvisioning
A Peering Connection that's currently active.
Source code in gso/products/product_blocks/commercial_peer.py
CommercialPeerBlockInactive
Bases: ProductBlockModel
A Commercial Peer that's not yet provisioned. See CommercialPeerBlock
.
Source code in gso/products/product_blocks/commercial_peer.py
CommercialPeerBlockProvisioning
Bases: CommercialPeerBlockInactive
An CommercialPeer that's being provisioned. See CommercialPeerBlock
.
Source code in gso/products/product_blocks/commercial_peer.py
CommercialPeerBlock
Bases: CommercialPeerBlockProvisioning
An Internet Exchange Port that's active.
Attributes:
Name | Type | Description |
---|---|---|
peering_connection |
list[PeeringConnection]
|
The Peering connection block |
prefix_limit |
NonNegativeInt | None
|
The prefix limit |