Create layer 2 circuit
Workflow for creating a new Layer 2 Circuit.
initial_input_generator(product_name)
Gather input from the operator about a new Layer 2 Circuit subscription.
Source code in gso/workflows/l2_circuit/create_layer_2_circuit.py
create_subscription(product, partner)
Create a new subscription object in the database.
Source code in gso/workflows/l2_circuit/create_layer_2_circuit.py
initialize_subscription(subscription, 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)
Build a subscription object from all user input.
Source code in gso/workflows/l2_circuit/create_layer_2_circuit.py
create_layer_2_circuit()
Create a new Layer 2 Circuit service subscription.