Port label
Product type for a Port Label.
The port label is a product that is attached to an Edge Port, and it can be used to categorize different kinds of 'special' Edge Ports. For example, the label "Azure ExpressRoute" Port is used for grouping Edge Ports where Azure ExpressRoute subscriptions can land.
PortLabelName
Bases: strEnum
Available values for a Port Label.
Source code in gso/products/product_types/port_label.py
EXPRESSROUTE_EDGE = 'Azure ExpressRoute Edge'
class-attribute
instance-attribute
Azure ExpressRoute Edge.
DDOS_EXIT_PORT = 'DDoS Exit Port'
class-attribute
instance-attribute
DDoS Exit Port where we mitigate DDoS attacks by routing traffic here.
PortLabelInactive
PortLabelProvisioning
Bases: PortLabelInactive
A Port Label that is being provisioned.
Source code in gso/products/product_types/port_label.py
PortLabel
Bases: PortLabelProvisioning
A Port Label that is attached to an Edge Port.