Validate an existing, active Private Peer Port subscription.
Source code in gso/workflows/placement_port/private_peer_port/validate_private_peer_port.py
| @validate_workflow("Validate Private Peer Port subscription")
def validate_private_peer_port() -> StepList:
"""Validate an existing, active Private Peer Port subscription."""
return begin >> anonymous_lso_interaction(verify_l3_port)
|