Create imported layer 2 circuit
A creation workflow that adds an existing Layer 2 Circuit to the database.
initial_input_form_generator()
Generate a form that can be pre-filled using an API endpoint.
Source code in gso/workflows/l2_circuit/create_imported_layer_2_circuit.py
create_subscription(partner, service_type)
Create a new subscription object.
Source code in gso/workflows/l2_circuit/create_imported_layer_2_circuit.py
initialize_subscription(subscription, gs_id, layer_2_circuit_side_a, layer_2_circuit_side_b, layer_2_circuit_type, vlan_range_lower_bound, vlan_range_upper_bound, policer_enabled, policer_bandwidth, policer_burst_rate, custom_service_name, vc_id)
Initialize the subscription object.
Source code in gso/workflows/l2_circuit/create_imported_layer_2_circuit.py
create_imported_layer_2_circuit()
Import a Layer 2 Circuit without provisioning it.