Base create placement port
Base functionality for creating a placement port subscription.
initial_input_generator(product_name)
Gather input from the operator about a new placement port subscription.
It is the base input form for IX Port, Private Peer Port, and Transit Provider Port.
Source code in gso/workflows/placement_port/base_create_placement_port.py
initialize_subscription(subscription, gs_id, edge_port, generate_gs_id, vlan_id, ipv4_address, ipv4_mask, ipv6_address, ipv6_mask, custom_firewall_filters=None, is_tagged=None)
Initialize the placement port subscription with the provided parameters.
Source code in gso/workflows/placement_port/base_create_placement_port.py
deploy_l3_port_dry(subscription, partner_name)
Perform a dry run of deploying L3 interface.