Private peer port
Product type for Private Peer Port.
PrivatePeerPortInactive
Bases: SubscriptionModel
A Private Peering Port product that is inactive.
Source code in gso/products/product_types/private_peer_port.py
l3_interface
property
writable
Getter: Retrieve the l3_interface from the private_peer_port attribute.
product_block
property
Get product block for Private Peer Port Product.
PrivatePeerPortProvisioning
Bases: PrivatePeerPortInactive
A Private Peering Port product that is being provisioned.
Source code in gso/products/product_types/private_peer_port.py
PrivatePeerPort
Bases: PrivatePeerPortProvisioning
A Private Peering Port product that is active.
Source code in gso/products/product_types/private_peer_port.py
ImportedPrivatePeerPortInactive
Bases: SubscriptionModel
An imported Private Peering Port product that is inactive.
Source code in gso/products/product_types/private_peer_port.py
l3_interface
property
writable
Getter: Retrieve the l3_interface from the private_peer_port attribute.
product_block
property
Get product block for Private Peer Port Product.
ImportedPrivatePeerPort
Bases: ImportedPrivatePeerPortInactive
An imported Private Peering Port product that is active.